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
I'm trying to run Detectron2 with the command
python tools/train_net.py --config-file "configs\Anchor_based\a172_config.yaml" --eval-only MODEL.WEIGHTS "models\Anchor_based\A172\LIVECell_anchor_based_a172_model.pth" MODEL.DEVICE cpu
but receiving
File "tools/train_net.py", line 140, in main
res = Trainer.test(cfg, model)
File "c:\users\ann\gil\open sourced\detectron2-resnest\detectron2\engine\defaults.py", line 497, in test
results_i = inference_on_dataset(model, data_loader, evaluator)
File "c:\users\ann\gil\open sourced\detectron2-resnest\detectron2\evaluation\evaluator.py", line 141, in inference_on_dataset
outputs = model(inputs)
NotImplementedError
What can be wrong?
The text was updated successfully, but these errors were encountered:
I'm trying to run Detectron2 with the command
python tools/train_net.py --config-file "configs\Anchor_based\a172_config.yaml" --eval-only MODEL.WEIGHTS "models\Anchor_based\A172\LIVECell_anchor_based_a172_model.pth" MODEL.DEVICE cpu
but receiving
File "tools/train_net.py", line 140, in main
res = Trainer.test(cfg, model)
File "c:\users\ann\gil\open sourced\detectron2-resnest\detectron2\engine\defaults.py", line 497, in test
results_i = inference_on_dataset(model, data_loader, evaluator)
File "c:\users\ann\gil\open sourced\detectron2-resnest\detectron2\evaluation\evaluator.py", line 141, in inference_on_dataset
outputs = model(inputs)
NotImplementedError
What can be wrong?
The text was updated successfully, but these errors were encountered: