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

Evalution Error in Idol #73

Open
ami012003 opened this issue May 29, 2024 · 0 comments
Open

Evalution Error in Idol #73

ami012003 opened this issue May 29, 2024 · 0 comments

Comments

@ami012003
Copy link

[05/29 13:06:39 fvcore.common.checkpoint]: [Checkpointer] Loading from OVIS_SwinL_414AP.pth ...
Traceback (most recent call last):
File "/home/workstation/VNext/projects/IDOL/train_net.py", line 174, in
launch(
File "/home/workstation/VNext/detectron2/engine/launch.py", line 82, in launch
main_func(*args)
File "/home/workstation/VNext/projects/IDOL/train_net.py", line 160, in main
DetectionCheckpointer(model, save_dir=cfg.OUTPUT_DIR).resume_or_load(cfg.MODEL.WEIGHTS, resume=args.resume)
File "/home/workstation/anaconda3/envs/myenv/lib/python3.9/site-packages/fvcore/common/checkpoint.py", line 227, in resume_or_load
return self.load(path, checkpointables=[])
File "/home/workstation/VNext/detectron2/checkpoint/detection_checkpoint.py", line 52, in load
ret = super().load(path, *args, **kwargs)
File "/home/workstation/anaconda3/envs/myenv/lib/python3.9/site-packages/fvcore/common/checkpoint.py", line 153, in load
assert os.path.isfile(path), "Checkpoint {} not found!".format(path)
AssertionError: Checkpoint OVIS_SwinL_414AP.pth not found!

getting this error, kindly guide how to remove it?

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

1 participant