maudzung / SFA3D

Super Fast and Accurate 3D Object Detection based on 3D LiDAR Point Clouds (The PyTorch implementation)
https://github.com/maudzung/Super-Fast-Accurate-3D-Object-Detection
MIT License
1.02k stars 275 forks source link

NameError: name 'labels' is not defined #58

Open hgoyal194 opened 2 years ago

hgoyal194 commented 2 years ago

File "training.py", line 502, in <module> train() File "training.py", line 197, in train main_worker(configs.gpu_idx, configs) File "training.py", line 313, in main_worker actual_detections_2d = get_2d_mapping(labels, type='label') NameError: name 'labels' is not defined

after validation check it giving me this error