You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After fixing a typo in the code (I guess) in create_yolo_prototxt.py as it says Relu but caffe seems to want ReLU, I could run both this script and create a prototxt which seems fine and create_yolo_caffemodel.py which created a .caffemodel file without errors. I wonder if this was using an old version of caffe otherwise I cannot understand how could it work for others...
However, running it with a sample image taken from ImageNet with standard caffe python interface classify.py script the result is not good. All classes get similar scores while the image I used gets a 0.99 score for the correct class with AlexNet. Anyone had the same problem? Is there anything I should be aware of when using create_yolo_caffemodel.py?
The text was updated successfully, but these errors were encountered:
I am having the same problem. I converted the darknet reference model cfg file to a caffe prototxt file and could not get it to converge on a standard dataset, in spite of trying a full range of learning rates. Any advice here?
Now that I've played around with the repo enough, I can simplify my problem even further.
I can't train a model in caffe on a known dataset using any of the prototxt files included in this repo. See my question #21. If anyone else can, I would appreciate hearing what hyper parameters you used or changes you made to get a model to learn.
After fixing a typo in the code (I guess) in create_yolo_prototxt.py as it says
Relu
but caffe seems to wantReLU
, I could run both this script and create a prototxt which seems fine andcreate_yolo_caffemodel.py
which created a .caffemodel file without errors. I wonder if this was using an old version of caffe otherwise I cannot understand how could it work for others...However, running it with a sample image taken from ImageNet with standard caffe python interface
classify.py
script the result is not good. All classes get similar scores while the image I used gets a 0.99 score for the correct class with AlexNet. Anyone had the same problem? Is there anything I should be aware of when usingcreate_yolo_caffemodel.py
?The text was updated successfully, but these errors were encountered: