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
"When I run train_net.py, I encounter the following error:
Traceback (most recent call last):
File "/workspace/SparseInst/tools/train_net.py", line 28, in
from sparseinst import add_sparse_inst_config, COCOMaskEvaluator
ModuleNotFoundError: No module named 'sparseinst'
The command I use for execution is python3 train_net.py --config-file configs/sparse_inst_cspdarknet53_giam.yaml --num-gpus 1.
I would appreciate any advice or guidance on this."
The text was updated successfully, but these errors were encountered:
"When I run train_net.py, I encounter the following error:
Traceback (most recent call last):
File "/workspace/SparseInst/tools/train_net.py", line 28, in
from sparseinst import add_sparse_inst_config, COCOMaskEvaluator
ModuleNotFoundError: No module named 'sparseinst'
The command I use for execution is python3 train_net.py --config-file configs/sparse_inst_cspdarknet53_giam.yaml --num-gpus 1.
I would appreciate any advice or guidance on this."
The text was updated successfully, but these errors were encountered: