The Wayback Machine - https://web.archive.org/web/20220709164646/https://github.com/topics/yolov3-tiny
Skip to content
#

yolov3-tiny

Here are 67 public repositories matching this topic...

A PyTorch implementation of Spiking-YOLOv3. Two branches are provided, based on two common PyTorch implementation of YOLOv3(ultralytics/yolov3 & eriklindernoren/PyTorch-YOLOv3), with support for Spiking-YOLOv3-Tiny at present.

  • Updated Mar 23, 2021
  • Python
LdDl
LdDl commented Nov 3, 2020

Is your feature request related to a problem? Please describe.
Current trainer - https://github.com/LdDl/yolo-go/blob/master/yolo_trainer.go#L11
Current loss function for YOLO bounding boxes - https://github.com/LdDl/yolo-go/blob/master/yolo_trainer.go#L100
I have doubts that it is right code (or even approach). Need to implement it step-by-step and compare with classic C-based implementati

enhancement help wanted good first issue

Improve this page

Add a description, image, and links to the yolov3-tiny topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the yolov3-tiny topic, visit your repo's landing page and select "manage topics."

Learn more