You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
in src/lidar_data_preprocess/Python_to_C_Interface/ver3/README.md
there is a sentence : Change numpy array to be loaded into 'raw' to LidarTopPreprocess.so in ExampleUsage_Top.py line 126.
can i modify the ExampleUsage_Top.py as followoing?
raw = np.load("LidarTopPreprocess.so",allow_pickle=True)
However, it report error : OSError: Failed to interpret file 'LidarTopPreprocess.so' as a pickle
how can i fix this issue? thank for your help!
The text was updated successfully, but these errors were encountered:
in src/lidar_data_preprocess/Python_to_C_Interface/ver3/README.md
there is a sentence : Change numpy array to be loaded into 'raw' to LidarTopPreprocess.so in ExampleUsage_Top.py line 126.
can i modify the ExampleUsage_Top.py as followoing?
raw = np.load("LidarTopPreprocess.so",allow_pickle=True)
However, it report error : OSError: Failed to interpret file 'LidarTopPreprocess.so' as a pickle
how can i fix this issue? thank for your help!
The text was updated successfully, but these errors were encountered: