Loading config from: ./projects/ngp/configs/ngp_base.py
load train data
Traceback (most recent call last):
File "/home/featurize/JNeRF/python/jnerf/utils/registry.py", line 33, in build_from_cfg
module = obj_cls(**args)
File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py", line 111, in init
self.load_data()
File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py", line 150, in load_data
if 'h' in json_data:
TypeError: argument of type 'NoneType' is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/featurize/JNeRF/tools/run_net.py", line 54, in
main()
File "/home/featurize/JNeRF/tools/run_net.py", line 44, in main
runner = Runner()
File "/home/featurize/JNeRF/python/jnerf/runner/runner.py", line 24, in init
self.dataset["train"] = build_from_cfg(self.cfg.dataset.train, DATASETS)
File "/home/featurize/JNeRF/python/jnerf/utils/registry.py", line 37, in build_from_cfg
raise TypeError(e)
TypeError: <class 'jnerf.dataset.dataset.NerfDataset'>.argument of type 'NoneType' is not iterable
Loading config from: ./projects/ngp/configs/ngp_base.py load train data Traceback (most recent call last): File "/home/featurize/JNeRF/python/jnerf/utils/registry.py", line 33, in build_from_cfg module = obj_cls(**args) File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py", line 111, in init self.load_data() File "/home/featurize/JNeRF/python/jnerf/dataset/dataset.py", line 150, in load_data if 'h' in json_data: TypeError: argument of type 'NoneType' is not iterable
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/featurize/JNeRF/tools/run_net.py", line 54, in
main()
File "/home/featurize/JNeRF/tools/run_net.py", line 44, in main
runner = Runner()
File "/home/featurize/JNeRF/python/jnerf/runner/runner.py", line 24, in init
self.dataset["train"] = build_from_cfg(self.cfg.dataset.train, DATASETS)
File "/home/featurize/JNeRF/python/jnerf/utils/registry.py", line 37, in build_from_cfg
raise TypeError(e)
TypeError: <class 'jnerf.dataset.dataset.NerfDataset'>.argument of type 'NoneType' is not iterable
could you help me?