资源算法yolov3-detector

yolov3-detector

2020-03-04 | |  54 |   0 |   0

yolov3-detector

Fast YOLOv3 detector using PyTorch backend.

  • This library is useful for implementing YOLO detector with the configuration and the weights file. See main.py for basic usage.

  • Training is not possible with this library. The best way to train the network is to use the original pjreddie/darknet or AlexeyAB/darknet which is a slightly improved version of the original one. I strongly recommend Alexey's version since documentation is perfect and the code is actively being developed.

  • Some of the code such as parsing configuration and weight files are taken from eriklindernoren/PyTorch-YOLOv3 which is a full PyTorch implementation of darknet that also enables training but not detection.

  • YOLO layer is improved to be able to detect image sizes different than square sizes such as 416x608 (see darknet.py). Note that width and height must be multiples of 32. This feature enables less computation for images with wide aspect ratio since it prevents unnecessary computation on paddings resulting from letterbox resizing.

  • For more information see the original paper.


上一篇:yolov3-multigpu

下一篇:tensorflow-slim-yolov3

用户评价
全部评价

热门资源

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • inferno-boilerplate

    This is a very basic boilerplate example for pe...