3Dsmooth on own data, proccess killed and no keypoints
See original GitHub issueI am now trying to use 3DsmoothNet with my own data. I have two 500 000 points ply files of the same scene, can size be a problem ?
I launched the executable ./3DSmoothNet on one of my pointcloud. Result is:
Config parameters successfully read in!!
File: ../data/raw_point_clouds/riverside_lidar.ply
Number of Points: 442860
Size of the voxel grid: 0.3
Number of Voxels: 16
Smoothing Kernel: 1.75
Number of keypoints:442860
Less then ten points in the neighborhood!!!
Less then ten points in the neighborhood!!!
Less then ten points in the neighborhood!!!
Less then ten points in the neighborhood!!!
(..................)
Less then ten points in the neighborhood!!!
Less then ten points in the neighborhood!!!
Starting SDV computation!
8 threads will be used!!
Killed
Do you know what have hapenned ?
Issue Analytics
- State:
- Created 4 years ago
- Comments:11 (5 by maintainers)
Top Results From Across the Web
Process geting killed while loading data - Stack Overflow
I use the getData function to load the data. Nevermind the comments. The error message in the terminal simply says Killed, it has...
Read more >Smoothing in AFNI - Andy's Brain Blog
Smoothing, the process of introducing spatial correlation into your data by averaging across nearby data points (in fMRI datasets, ...
Read more >ALL AFNI program -help files
no concept of missing data in an AFNI .1D file. ++ If you don't like this, ... Program Death ** ... titled 'SUMMARY...
Read more >Amendment No.2 to Form S-1 - SEC.gov
The summary consolidated statements of operations data for the years ended ... where we do not operate our own data centers or regional...
Read more >Collision shapes (3D) - Godot Docs
Once you've enabled smooth trimesh collision, make sure the concave shape is the only shape of your StaticBody and that it's located at...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
128 dim model is available here
@Karltlbm As for the keypoints, the proposed model can compute the feature descriptor for all the points. So that we normally do not specify the keypoints. If the index of the keypoints is not specified, the feature descriptor for all points will be computed.