jinyu121 / DW2TF

Darknet Weights to TensorFlow
GNU General Public License v3.0
219 stars 73 forks source link

ValueError: ''yolov3-tiny/'net1' is not a valid scope name #35

Closed geneho closed 5 years ago

geneho commented 5 years ago

image

I'm currently training my images using yolov3-tiny.

The command i use is :

python main.py --cfg "C://Users//G//Desktop//ML//YOLO//DW2TF-master//DW2TF-master//data//yolov3-tiny-new.cfg" --weights "C://Users//G//Desktop//ML//YOLO//DW2TF-master//DW2TF-master//data//yolov3-tiny.weights" --output 'data//' --prefix 'yolov3-tiny/' --gpu 0

And which resulted in the error above.

Please advice. Thanks!

geneho commented 5 years ago

@sjain-stanford do you have any ideas on this? What does Prefix means? Thank you!

AkkiSony commented 3 years ago

I got a similar error. Can you please share me your ideas how to overcome this? @geneho

geneho commented 3 years ago

@AkkiSony I cant remember how I solve this... Sorry... I did recall taking images to trim and label it 1 by 1...

AkkiSony commented 3 years ago

@geneho No worries! :) Thank you very much! I will look into it! :)