How to implement a YOLO (v3) object detector from scratch in PyTorch: Part 5
This is Part 5 of the tutorial on implementing a YOLO v3 detector from scratch. In the last part, we implemented a function to transform the output of the network into detection predictions. With a working detector at hand, all that's left is to create input and output pipelines. The code for this tutorial is designed to run on Python 3.5, and PyTorch 0.4. It can be found in it's entirety at this Github repo.
Jan-4-2019, 01:14:21 GMT
- Genre:
- Technology: