PyTorch-YOLOv3
PyTorch-YOLOv3 copied to clipboard
Minimal PyTorch implementation of YOLOv3
I use this repo on VOC,but I cannot get a good performance,and I train my own dataset, the same problem occurred?How could I solve this problem? help thanks
## Proposed changes Rewrite the bash scripts in Python for better cross-platform compatibility. ## Related issues #714 ## Necessary checks - [ ] Update poetry package version [semantically](https://semver.org/) - [...
When on Windows 10 command prompt, running ```./weights/download_weights.sh``` terminal yields: >'.' is not recognized as an internal or external command, operable program or batch file. Running ```cd weights``` followed by...
The result is poor. Can anyone train it sucessfully and get good results? The evaluate speed is slow when using the my train model.
I am symlinking images due to large file sizes. I am new to this repo. Maybe a sleep() call will help but I have to figure out where (is there...
Ideas for additional features: - [x] use sgd with burn in and parameters from config file -> Resolved with #629 - [x] adaptive learning rate - [ ] early stopping...
If I want to test local video or webcam video, how should I modify it?
Add expected file tree to Readme
Hi, Thanks for sharing this great repo. I am trying to create my own dataset with my own annotation. However, I do not know if the bbox coordinates have to...
I trained with my custom dataset. mAP and loss values were logged. I think these values don't increase and decrease smoothly. What do you think about that? Could you help...