ayooshkathuria / pytorch-yolo-v3

A PyTorch implementation of the YOLO v3 object detection algorithm
3.3k stars 1.06k forks source link

Replace VoTT with LabelImg #110

Closed vkrd closed 5 years ago

vkrd commented 5 years ago

Microsoft's VoTT no longer supports YOLO exports so we can use LabelImg to achieve the same effect. This is just an update to the readme for the master branch.