QWTforGithub

Results 13 issues of QWTforGithub

Hi,I want to generate my own test set, but I don't know how to get the Ground Truth. Can I use Pose to calculate it?Or, can you provide the snippets...

I created a network with MinkowskiEngin and bound a backpropagation hook function to one layer of the network. When I get the result of the network, I explicitly propagate the...

Hi,Is the preprocessed data the data that has been applied to the POSE?Because I saw that the function to find the corresponding point (get_matching_indices()) does not use the pose, but...

Hi,I would like to make some experimental comparisons according to your work. Could you give me the Feat Macthing Ratio from 0.00 to 0.20? The results I run by myself...

Thank you very much for your last reply. But right now I have a question about the dataset. Is the 3DMatch dataset the 20 anchor points selected after 50 depth.png...

HI,I'm trying to train the code for this project, but the dataset you given has an unpacking error.I have repeatedly unzipped many times and redownloaded the dataset many times, but...

Thank you for your amazing work. I have a question about fine-tuning "GLIDE". In your paper, you state that your dataset has 3D data and multiple projected images, but not...

Thank you very much for your the implementation of DreamFusion. I just started to learn NeRF. I have a question about "NeRF to 3D Model ". What is the principle...

enhancement

Thank you for organizing a good code. I have a question about 'dataset render'. The code of processing the dataset in the 'Render' folder looks about the code of ModelNet40....

Thanks for your well-organized code. I noticed that you mentioned "position encoding" in your paper. How should it be used in your code?