Open mrsempress opened 2 years ago
For 4, are you using the model released by RTM3D? If so, which model are you using (there are two models for the same backbone); if not, can you provide the cpkt or details?
First of all, thank you for your excellent work. But I have some confusion and a request. 1.kitti_dataset 27 lines of the code, you load label in 'ddmp', not the provided "label_2". What preprocessing did you do to the label? I did not find an explanation in your paper. 2. As you said in the paper, the performance of the 2D detector has no positive correlation with the final 3D detection accuracy. So how do I choose a 2D detector, because I cannot choose the best 2D detector? 3. Have you done other coordinate-based detector experiments, because the paper only reports PatchNet+PCT. 4. Can you provide the feature files of the two-dimensional detection in training and testing so that I can run the code?
First of all, thank you for your excellent work. But I have some confusion and a request. 1.kitti_dataset 27 lines of the code, you load label in 'ddmp', not the provided "label_2". What preprocessing did you do to the label? I did not find an explanation in your paper.