loiccordone / object-detection-with-spiking-neural-networks

Repository code for the IJCNN 2022 paper "Object Detection with Spiking Neural Networks on Automotive Event Data"
MIT License
57 stars 12 forks source link

how to fill up the parameter '-cfg' #11

Closed cytheria43 closed 2 years ago

cytheria43 commented 2 years ago

Traceback (most recent call last): File "object_detection.py", line 141, in <module> main() File "object_detection.py", line 77, in main args.cfg = [int(el) if el.isdigit() else el for el in args.cfg.split(",")] AttributeError: 'NoneType' object has no attribute 'split'