QWTforGithub

Results 28 comments of QWTforGithub
trafficstars

If you carefully read the README.MD, you may find this command: pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib" please run this command in Linux, which can resolve your question.

> 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...

> @QWTforGithub Hi, do you mean exporting nerf to 3D meshes? In that case we simply use marching cubes to extract the surface and bake the colors. Thank you for...

> Also, the subfolders IMFNet and IMFNet_keypoints both seem to contain exactly the same .npz files. For example, the files "IMFNet/7-scenes-redkitchen_seq-01_0_1_keypoints.npz" and "IMFNet_keypoints/7-scenes-redkitchen_seq-01_0_1_keypoints.npz" have the same keypoint_id pairs inds_i and...

> In the result folder IMFNet_3DMatch_result, taken from (https://drive.google.com/drive/folders/1Pb9bkQefwgBfxcrrfUokiY7_EYv10dfD?usp=sharing), the corresponding keypoints given for pairs of scans in the IMFNet subfolder don't seem to be accurate. > > The corresponding...

> if you want to use dense alone, you should: 1, rename the point cloud to "test.xyz" and put it to the same folder 2, ./dense 0.004 2048 ←the point...

> ./dense is just to obtain the seed points. please follow README for upsampling Thank you very much!

> ./dense is just to obtain the seed points. please follow README for upsampling Thank you for your reply. I have another question about "pointcloud_dict['lens']". May I ask you how...

> ./dense is just to obtain the seed points. please follow README for upsampling I want to train your code on other datasets, so I need to know how generating...

> Thanks solved! May I ask how you resolved it? I take "g++ -std=c++11 dense.cpp -O2 -o dense" command, but there is a question: dense.cpp: In function ‘int main(int, char**)’:...