pytorch-0.4-yolov3 icon indicating copy to clipboard operation
pytorch-0.4-yolov3 copied to clipboard

Yet Another Implimentation of Pytroch 0.4.1 and YoloV3 on python3

Results 10 pytorch-0.4-yolov3 issues
Sort by recently updated
recently updated
newest added

This code keeps on running till we close the terminal Can we set the maximum epoch till which the training should run?

I have trained successfully how to test the images in this code? @andy-yun @mickolka @carry-xz

![image](https://user-images.githubusercontent.com/44768242/68852964-e5d5f980-0713-11ea-8c01-07f20a4b26b6.png) ![image](https://user-images.githubusercontent.com/44768242/68852990-f25a5200-0713-11ea-91fe-529c49a287ee.png)

why loss is so big?

Hi @andy-yun , I meet this error (the same with #33): Traceback (most recent call last): File "train.py", line 385, in main() File "train.py", line 160, in main nsamples =...

Would it be possible to have the network to fit to a single image? So, for example, if I just have a single image with a single class instance, could...

Hi @andy-yun I'm trying to train the tiny yolov2 on VOC, but I got the following error: ``` ... File "/home/jeferson/.local/lib/python3.5/site-packages/torch/nn/modules/module.py", line 518, in __getattr__ type(self).__name__, name)) AttributeError: 'Darknet' object...

When i get 000035.weights,then an error occured, i don't know why. I have set the image size in the cfg as 416*416.Pytorch version is 1.0.1.Please help me solve this issue,thank...

Hi @andy-yun I trained normally with yoloV3, tinyV3, tinyV2. But with YoloV2 model, it raises this error: Traceback (most recent call last): File "train.py", line 626, in main() File "train.py",...