RecursionError: maximum recursion depth exceeded while calling a Python object
IzhiSu opened this issue · 3 comments
IzhiSu commented
Hello author, why am I having this problem when reproducing the code?
I'd appreciate it if you could help me.
Ghostish commented
It could be related to the dataset. Seems that your data is damaged and thus the number of points within object bb is always zeros. Please make sure your dataset is correctly set up.
Ghostish commented
Could you show more details of the error message? Have you visualized your data to make sure that they are not corrupted?
IzhiSu commented