登录
首页 » Python » ssd.pytorch

ssd.pytorch

于 2020-06-25 发布 文件大小:3926KB
0 161
下载积分: 1 下载次数: 3

代码说明:

  SSD: Single Shot MultiBox Object Detector, in PyTorch A PyTorch implementation of Single Shot MultiBox Detector from the 2016 paper by Wei Liu, Dragomir Anguelov, Dumitru Erhan, Christian Szegedy, Scott Reed, Cheng-Yang, and Alexander C. Berg. The official and original Caffe code can be found here. Table of Contents Installation Datasets Train Evaluate Performance Demos Future Work Reference

文件列表:

ssd.pytorch-master, 0 , 2018-03-30
ssd.pytorch-master\.gitattributes, 110 , 2018-03-30
ssd.pytorch-master\.gitignore, 1449 , 2018-03-30
ssd.pytorch-master\LICENSE, 1081 , 2018-03-30
ssd.pytorch-master\README.md, 7354 , 2018-03-30
ssd.pytorch-master\data, 0 , 2018-03-30
ssd.pytorch-master\data\__init__.py, 1342 , 2018-03-30
ssd.pytorch-master\data\coco.py, 7168 , 2018-03-30
ssd.pytorch-master\data\coco_labels.txt, 1083 , 2018-03-30
ssd.pytorch-master\data\config.py, 1152 , 2018-03-30
ssd.pytorch-master\data\example.jpg, 140079 , 2018-03-30
ssd.pytorch-master\data\scripts, 0 , 2018-03-30
ssd.pytorch-master\data\scripts\COCO2014.sh, 1955 , 2018-03-30
ssd.pytorch-master\data\scripts\VOC2007.sh, 971 , 2018-03-30
ssd.pytorch-master\data\scripts\VOC2012.sh, 763 , 2018-03-30
ssd.pytorch-master\data\voc0712.py, 6572 , 2018-03-30
ssd.pytorch-master\demo, 0 , 2018-03-30
ssd.pytorch-master\demo\__init__.py, 0 , 2018-03-30
ssd.pytorch-master\demo\demo.ipynb, 1317480 , 2018-03-30
ssd.pytorch-master\demo\live.py, 3072 , 2018-03-30
ssd.pytorch-master\doc, 0 , 2018-03-30
ssd.pytorch-master\doc\SSD.jpg, 48355 , 2018-03-30
ssd.pytorch-master\doc\detection_example.png, 373977 , 2018-03-30
ssd.pytorch-master\doc\detection_example2.png, 326433 , 2018-03-30
ssd.pytorch-master\doc\detection_examples.png, 2053922 , 2018-03-30
ssd.pytorch-master\doc\ssd.png, 72733 , 2018-03-30
ssd.pytorch-master\eval.py, 15867 , 2018-03-30
ssd.pytorch-master\layers, 0 , 2018-03-30
ssd.pytorch-master\layers\__init__.py, 48 , 2018-03-30
ssd.pytorch-master\layers\box_utils.py, 9435 , 2018-03-30
ssd.pytorch-master\layers\functions, 0 , 2018-03-30
ssd.pytorch-master\layers\functions\__init__.py, 97 , 2018-03-30
ssd.pytorch-master\layers\functions\detection.py, 2693 , 2018-03-30
ssd.pytorch-master\layers\functions\prior_box.py, 2001 , 2018-03-30
ssd.pytorch-master\layers\modules, 0 , 2018-03-30
ssd.pytorch-master\layers\modules\__init__.py, 105 , 2018-03-30
ssd.pytorch-master\layers\modules\l2norm.py, 758 , 2018-03-30
ssd.pytorch-master\layers\modules\multibox_loss.py, 4869 , 2018-03-30
ssd.pytorch-master\ssd.py, 7667 , 2018-03-30
ssd.pytorch-master\test.py, 3871 , 2018-03-30
ssd.pytorch-master\train.py, 9073 , 2018-03-30
ssd.pytorch-master\utils, 0 , 2018-03-30
ssd.pytorch-master\utils\__init__.py, 42 , 2018-03-30
ssd.pytorch-master\utils\augmentations.py, 13461 , 2018-03-30

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 压缩感知中利用增广拉格朗日方程解最小稀疏正则化的恢复算法 DAL
    压缩感知中利用增广拉格朗日方程解最小稀疏正则化的恢复算法(DAL solves the dual problem of (1) via the augmented Lagrangian method (see Bertsekas 82). It uses the analytic expression (and its derivatives) of the following soft-thresholding operation, which can be computed for L1 and grouped L1 (and many other) sparsity inducing regularizers. If you are interested in our algorithm please find more details in our technical report or in my talk at Optimization for Machine Learning Workshop (NIPS 2009).)
    2011-04-25 10:19:38下载
    积分:1
  • Fuzzy_K
    高光谱遥感图像模糊c均值聚类算法的matlab实现(hyperspectral remote sensing images fuzzy c-means clustering algorithm to achieve the Matlab)
    2007-06-05 09:20:29下载
    积分:1
  • MotifOriginal
    基于形状的灰度共生矩阵的图像检索,利用基元扫描图像(Shape-based image retrieval GLCM, using primitive scanned image)
    2014-07-16 10:31:20下载
    积分:1
  • 片裁剪
    说明:  快速将图片裁剪为电脑壁纸和ipad壁纸尺寸,带预览(To cut pictures as PC or Ipad size conveniently)
    2020-06-20 18:40:02下载
    积分:1
  • LeastSquaresEllipse
    利用最小二乘法,可以自动实现图像中的椭圆检测并拟合出来,效果很好(Ellipse detection and fitting them to achieve)
    2011-10-12 20:08:37下载
    积分:1
  • ARInterpolation
    SAI图像插值算法 可插值uint8 uint16 图像(SAI image interpolation algorithm can interpolate uint8 uint16 image)
    2020-07-10 19:28:54下载
    积分:1
  • target-tracking
    基于meanshift算法的目标跟踪,主要是基于opencv车辆跟踪!!!程序当中进行简单的图像分割(Based on the meanshift algorithm of image segmentation and target tracking.)
    2013-08-21 10:45:45下载
    积分:1
  • MATLAB智能算法30个案例分析 源代码
    采用平均图像融合算法,设计并实现基于小波变换的图像融合算法(选择同一场景的三对可见图像、红外图像或SAR图像进行试验)(Average image fusion algorithm is adopted to design and implement image fusion algorithm based on wavelet transform (three pairs of visible images, infrared images or SAR images of the same scene are selected for testing))
    2018-08-13 16:00:11下载
    积分:1
  • Harris
    用于相机标定的棋盘角点检测程序,包含伪角点去除,亚像素角点提取(Chessboard corner detection procedures for camera calibration, including the removal of the pseudo-corner, subpixel corner extraction)
    2020-11-10 19:49:45下载
    积分:1
  • Hough_Transform_for_circle_detection
    利用Matlab实现的,利用Hough变换进行圆检测算法。(The use of Matlab to achieve, the use of Hough transform for circle detection algorithm.)
    2008-04-28 12:49:54下载
    积分:1
  • 696516资源总数
  • 106409会员总数
  • 8今日下载