Peterisfar / YOLOV3

yolov3 by pytorch
MIT License
195 stars 53 forks source link

Training on custom dataset guide and Image, video detection demo #6

Closed smalldroid closed 4 years ago

smalldroid commented 4 years ago

Would you like to add training on custom dataset guide and Image, video detection demo. Thank you!

Peterisfar commented 4 years ago

To train the custom dataset, you can convert it to voc format or directly make a code to get the "custom_train.txt" and "custom _test.txt" like "train_annotation.txt" and "test_annotation.txt". And you also should update the eval/evaluator.py......

Now i have something to do, maybe next month i will add these. Sorry.