Satyajit Ghana
Satyajit Ghana
I've downloaded the dataset using `bash scripts/download_demo_data.sh` ``` (sa_conet) satyajit@cloud-pc:~/project/SA-ConvONet$ python3 generate_optim_largescene.py configs/pointcloud_crop/demo_matterport.yaml /home/satyajit/project/SA-ConvONet/src/config.py:22: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load...
Here is the input mesh, I've sampled 100K points from this for training Here is the output from model as you can see there are a lot of patches in...
add a helpful comment about x z swapping in boundary sampling
Hi, what does the below line of code do? https://github.com/jchibane/ndf/blob/570d7704f7d7dcb45170b1f1bff2936ac456cbee/dataprocessing/boundary_sampling.py#L38 the X's and Z's are being swapped, but why?
Hi, I am trying to train your model on point cloud, so that i can generate a clean mesh from my rough sparse point cloud. since your model can provide...
``` g++ -c -pipe -std=gnu++14 -fopenmp -O2 -Wall -W -D_REENTRANT -fPIC -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -I. -Irayint -Ilib -isystem /usr/include/eigen3 -isystem /usr/local/include/opencv -isystem /usr/include/ni -I/usr/local/cuda/include -isystem /usr/local/include/vtk-7.1 -isystem /usr/local/include/pcl-1.12 -isystem /usr/include/x86_64-linux-gnu/qt5...
Is there a way to record the camera video in parallel with detections running ? basically i would like to use image stream with recoding video.
Hi, when can we expect the code to be public?
seems like a precision issue ?