Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

train error #1

Open
czy112 opened this issue Apr 30, 2020 · 2 comments
Open

train error #1

czy112 opened this issue Apr 30, 2020 · 2 comments

Comments

@czy112
Copy link

czy112 commented Apr 30, 2020

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
谢谢!

@shaoshengsong
Copy link
Owner

如果是自己的数据集 ,推荐先转换成通用的VOC格式,然后打开create_data_lists.py文件 改成自己数据集的路径,再执行create_data_lists.py即可。

@jideee
Copy link

jideee commented Jul 23, 2020

你好 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

我会出现这种情况 望解答 谢谢

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants