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
with open(os.path.join(data_folder, self.split + '_objects.json'), 'r') as j:
FileNotFoundError: [Errno 2] No such file or directory: './TRAIN_objects.json'
你好 eval.py 我怎么运行不了
Traceback (most recent call last):
File "eval.py", line 90, in
evaluate(test_loader, model)
File "eval.py", line 65, in evaluate
top_k=200)
File "/home/cjd/MobileNetV3-SSD-Compact-Version-master/model.py", line 463, in detect_objects
suppress = torch.max(suppress, overlap[box] > max_overlap)
RuntimeError: _th_max not supported on CUDAType for Bool
with open(os.path.join(data_folder, self.split + '_objects.json'), 'r') as j:
FileNotFoundError: [Errno 2] No such file or directory: './TRAIN_objects.json'
请问在用自己数据集训练时,需要提前划分出train,val,test的json文件是吗?
还有一些测试问题,不知道您能不能提供邮箱或者qq联系您。
我的q:212587194
谢谢!
The text was updated successfully, but these errors were encountered: