Closed maxiuw closed 2 years ago
The possible reason for the error would be the following things:
uoais
folder). It may cause an import error for utils.py
. All the code should be run at the root pathadet
folder by python setup.py build develop
?Right, i see where my confusion came from. I think it would be nice to change point 7 in the env setup
from Build and install custom AdelaiDet
to Build custom AdelaiDet
Also, I tested it with cuda 10.1 set up, and it seem to be working fine :)
running any of the sample code in the uoais dir e.g.
python_ tools/run_on_OSD.py --use-cgnet --dataset-path ./sample_data --config-file configs/R50_depth_mlc_occatmask_hom_concat.yaml
ModuleNotFoundError: No module named 'utils' after copying utils.py file to the tools folder -> ModuleNotFoundError: No module named 'foreground_segmentation' after copying that folder to to the tools folder ->
File "tools/run_on_OSD.py", line 59, in
cfg.merge_from_file(args.config_file)
...
KeyError: 'Non-existent config key: MODEL.ROI_VISIBLE_MASK_HEAD'
Most of the flags you used in .xml file do not seem to exist... How could I solve it?