Closed saru-d2 closed 3 years ago
I took a look at your data and I'm pretty sure that it is within the reconstruction capability of NeuralRecon. I recommend further checking the accuracy (and coordinate system) of the camera poses. Unfortunately, I don't have enough time recently to further debug your data.
P.S. in the error message models.neucon_network:forward:184 - no valid points: scale 2 what does scale refer to?
scale 2 refer to the coarse-to-fine level 2. no valid points means no voxel has a predicted occupancy score that is larger than the predefined threshold.
I took a look at your data and I'm pretty sure that it is within the reconstruction capability of NeuralRecon. I recommend further checking the accuracy (and coordinate system) of the camera poses. Unfortunately, I don't have enough time recently to further debug your data.
P.S. in the error message models.neucon_network:forward:184 - no valid points: scale 2 what does scale refer to?
scale 2 refer to the coarse-to-fine level 2. no valid points means no voxel has a predicted occupancy score that is larger than the predefined threshold.
Hi Jiaming, one followup question about this. I noticed that you set the threshold of occupancy as [0,0,0] currently. Have you tried more lenient threshold like a negative number? I'm wondering, is that gonna push up the completeness of NeuralRecon? Or, would doing that results in a trade-off, pushing up the completeness at the same time doing harm to the F-score?
Hi,
First off, huge fan of this project. I want to use it with hololens2.
I'll quickly walk you through what I had tried.
So I parsed the data to the format that ios ARKIT provides, as that is what the demo data used. You can find the script used for the same here.
You can find the raw data here, and the parsed data here.
I had tried running this with several datasets, and this is the only one that even provided a point cloud the rest, simply said
hence why I'm putting this up.
Any help would be much appreciated, thanks!
Thanks, Saru
P.S. in the error message
models.neucon_network:forward:184 - no valid points: scale 2
what does scale refer to?