Your efforts are great!!
An error occurred when I prepared the execution environment and executed the sample script as shown below. I followed your tutorial and referred to https://github.com/ultralytics/yolov3 but did not find the file "best_1.pt". Would you please tell me if you make it yourself or have a procurement method from somewhere?
Executed script
$ cd demo
$ python3 test_linemod.py
The error that occurred
Traceback (most recent call last):
File "test_linemod.py", line 249, in <module>
model, classifier, classifier_ce, classifier_box, classifier_box_gan, classifier_box_vec, pc, opt, OR,temp = load_models_yolo(obj)
File "test_linemod.py", line 100, in load_models_yolo
model.load_state_dict(torch.load(weights)['model'])
File "/home/b920405/.local/lib/python3.6/site-packages/torch/serialization.py", line 419, in load
f = open(f, 'rb')
FileNotFoundError: [Errno 2] No such file or directory: '../models/1/best_1.pt'
Tried with Weight download
The following Google Drive had a "404 error" and could not be referenced.
Your efforts are great!! An error occurred when I prepared the execution environment and executed the sample script as shown below. I followed your tutorial and referred to https://github.com/ultralytics/yolov3 but did not find the file "best_1.pt". Would you please tell me if you make it yourself or have a procurement method from somewhere?
Executed script
The error that occurred
Tried with Weight download
The following Google Drive had a "404 error" and could not be referenced.
Thank you.