kienduynguyen / BoxeR

Code release for "BoxeR: Box-Attention for 2D and 3D Transformers"
MIT License
139 stars 22 forks source link

AttributeError: 'NoneType' object has no attribute 'task' #7

Closed Splendon closed 2 years ago

Splendon commented 2 years ago

python tools/run.py --config e2edet/config/COCO-Detection/boxer2d_R_50_3x.yaml --model boxer2d --task detection include path: /nvmelv/cwh8szh/BoxeR/e2edet/config/base_boxer2d_detection.yaml Traceback (most recent call last): File "tools/run.py", line 82, in run() File "tools/run.py", line 47, in run configuration = Configuration(args) File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 72, in init self._update_specific(self.config, args) File "/nvmelv/cwh8szh/BoxeR/e2edet/utils/configuration.py", line 244, in _update_specific config.task = args.task AttributeError: 'NoneType' object has no attribute 'task'

kienduynguyen commented 2 years ago

Hi,

I fixed the configuration problem. Please recheck it!