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

[Dataloader] AttributeError: 'tuple' object has no attribute 'to_dense' #29

Closed SoikatHasanAhmed closed 1 year ago

SoikatHasanAhmed commented 1 year ago

object-detection-with-spiking-neural-networks/datasets/gen1_od_dataset.py", line 36, in getitem return sparse_tensor.to_dense().permute(0,3,1,2), target AttributeError: 'tuple' object has no attribute 'to_dense'

I am getting this error while starting the code. Requesting guidance for solve this problem