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
{{ message }}
This repository was archived by the owner on Jan 13, 2026. It is now read-only.
[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?