I set config.general.body_part_segmentation=True
and then an exception occurred:
File "/root/Human3D/trainer/trainer.py", line 1547, in eval_instance_epoch_end from benchmark.evaluate_semantic_instance_original import ( ModuleNotFoundError: No module named 'benchmark.evaluate_semantic_instance_original'
I wonder how to find evaluate_semantic_instance_original module. Or should the config.general.body_part_segmentation always
set to false?
I set
config.general.body_part_segmentation=Trueand then an exception occurred:
File "/root/Human3D/trainer/trainer.py", line 1547, in eval_instance_epoch_end from benchmark.evaluate_semantic_instance_original import ( ModuleNotFoundError: No module named 'benchmark.evaluate_semantic_instance_original'I wonder how to find
evaluate_semantic_instance_originalmodule. Or should theconfig.general.body_part_segmentationalwaysset to false?