Open3DSOT icon indicating copy to clipboard operation
Open3DSOT copied to clipboard

RecursionError: maximum recursion depth exceeded while calling a Python object

Open IzhiSu opened this issue 1 year ago • 3 comments

Hello author, why am I having this problem when reproducing the code? I'd appreciate it if you could help me.

IzhiSu avatar Jul 26 '22 04:07 IzhiSu

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 avatar Jul 26 '22 08:07 Ghostish

微信截图_20220726195642

IzhiSu avatar Jul 26 '22 11:07 IzhiSu

Could you show more details of the error message? Have you visualized your data to make sure that they are not corrupted?

Ghostish avatar Jul 27 '22 03:07 Ghostish

There seems to be nothing wrong with visualizing the data. contrast

IzhiSu avatar Jul 27 '22 06:07 IzhiSu

After downloading your code, I found such a problem, I need to modify seg_label and motion_state_label to long type, and when using cross entropy, I will fall into the problem of too deep recursion, how can I solve this problem? error

IzhiSu avatar Jul 27 '22 07:07 IzhiSu