YOLO_v3_tutorial_from_scratch
YOLO_v3_tutorial_from_scratch copied to clipboard
Different results using my own training model
Hi, @ayooshkathuria , recently, I have trained my own model on ImageNet2015 using the C source code from the official site. When I tested my model on the official C code using some images, I got some normal results which means my model has no problem. However, when I tested my model on your code, results were different and bad. I don't know why. I have already changed .cfg file, .weights file and the class name file.
This is the result I got using the official C code:
But I would get no car if I run your code using my model.
I have some question. I have trained my own model on my own dataset using darknet and got a .weights file. When I want to change it to pytorch using this code,I got this problem:
Traceback (most recent call last):
File "video.py", line 57, in
what should I do?
I also have the same error as LittleSunH, but with the pre-trained weights:
File "darknet.py", line 309, in
@LittleSunH @matursi I think #44 might give you some insights on what is happening. https://github.com/ayooshkathuria/YOLO_v3_tutorial_from_scratch/issues/44