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
{{ message }}
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
Thanks for sharing this demo, it's an amazing work !
In the kitti_predict.py, I found it only contains two functions, predicting the label and visualizing prediction results.
I didn't find the ground truth label of KITTI, Could you tell me where can I find it?
I only found this :
# Load label. In pure test set, fill with zeros.
self.labels = np.zeros(len(self.points)).astype(bool)
Thank you for your help.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
Thanks for sharing this demo, it's an amazing work !
In the
kitti_predict.py
, I found it only contains two functions, predicting the label and visualizing prediction results.I didn't find the
ground truth label of KITTI
, Could you tell me where can I find it?I only found this :
Thank you for your help.
The text was updated successfully, but these errors were encountered: