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

Checkpoint filte note found: checkpoints/BRIND/16/16_model.pth #2

Open
1119620691 opened this issue Oct 17, 2022 · 10 comments
Open

Checkpoint filte note found: checkpoints/BRIND/16/16_model.pth #2

1119620691 opened this issue Oct 17, 2022 · 10 comments

Comments

@1119620691
Copy link

No description provided.

@1119620691
Copy link
Author

您好,我运行代码时,出现了这个问题,请问怎么解决

@JXCrazy
Copy link

JXCrazy commented Oct 17, 2022

你这个数据集的权重文件都没有,换12-->16,或者自己训练成.pth,再载入...

@1119620691
Copy link
Author

1119620691 commented Oct 17, 2022 via email

@xavysp
Copy link
Owner

xavysp commented Oct 24, 2022

Hi to everyone, I cannot follow you :(

@zwz-append
Copy link

你这个数据集的权重文件都没有,换12-->16,或者自己训练成.pth,再载入...

NotADirectoryError: [WinError 267] 目录名称无效。: 'E:\codes\CV\LDC-main\dataset-lists\BIPED\edges/imgs\train\rgbr\real\RGB_001.jpg' 您好,请问有遇到这样的问题嘛?

@FareedKhan-dev
Copy link

Cheap solution

Within main.py file at line 368

checkpoint_path = os.path.join(args.output_dir, args.train_data,args.checkpoint_data)

you can replace it with complete directory path like this:

checkpoint_path = r'C:\Users\faree\Desktop\lcnn\checkpoints\BRIND\11\11_model.pth'

based on the model you want to use.

@poetry00
Copy link

你好,这个代码你复现成功了吗?

@FareedKhan-dev
Copy link

FareedKhan-dev commented Apr 16, 2023

@poetry00, yes I have but you need to follow the solution I mentioned above.

@spacewalkingninja
Copy link

when are you releasing the version 16?

@yqc1212443
Copy link

@poetry00, yes I have but you need to follow the solution I mentioned above.

hello,Have you trained your own dataset, and how do I train my own dataset

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

8 participants