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

将文件路径切换为自己的路径后报错缺少文件last.pt #56

Open
ROBO-Head473 opened this issue Mar 19, 2022 · 2 comments
Open

Comments

@ROBO-Head473
Copy link

image

@ROBO-Head473
Copy link
Author

请教下大佬这个报错是需要先把last.pt训练出来吗

@mindcont
Copy link

if __name__ == '__main__':
    parser = argparse.ArgumentParser()
    parser.add_argument('--weights', nargs='+', type=str, default='weights/best.pt', help='model.pt path(s)')

把这里改一下就行, 选择加载 默认的bast.pt

image

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

2 participants