CompletionFormer
CompletionFormer copied to clipboard
UnboundLocalError:local variable 'sample' referenced before assignment
When I train on the single GPU, it shows the error in the main.py in line255: UnboundLocalError:local variable 'sample' referenced before assignment
Same issue, have you fixed it?
I solved the problem by changing the dataset name from ‘kitti_raw’ to ‘rawdata’ and regenerating the json file.