Nan Huang

Results 12 comments of Nan Huang

I have the same question, do you figure it out?

I have the same error as you. Have you fixed it?

We did make some adjustments, such as aligning the parameters and training strategies used in our codebase, and adding LiDAR point cloud initialization and depth supervision. I suspect these changes...

We are currently in the process of adapting this work to support the nuscenes dataset, and we will update the code accordingly once it's complete.

We have already updated the code, thanks for the question!

> Hi,when extract_and_save_features, descriptors = extractor.extract_descriptors(....) encounters an error : Segmentation Fault. how can i solve it ? @wzzheng Hi, the segmentation fault might be caused by a connection issue...

> Thanks for the amazing work! There is something wrong with the code and i do not know where to find it. python data/download_waymo.py --split_file data/waymo_splits/static32.txt note: `gcloud auth login`...

Thanks so much for your super prompt reply — I really appreciate it! Your suggestion was really clear and helpful. Thanks again for your help!

Thank you for reaching out. I found the unprocessed raw data in the Waymo Open Dataset according to their dataset sequence and processed it in our way. Since they used...

Hello, these three lines of code are some of my previous attempts. I haven't completely cleaned up the code yet, so some previous code remains. dx_list is a list that...