Arun Kumar D
Arun Kumar D
@KamithaVihanga and @hirunisilva275 I am still facing the same problem as shown below: ``` ================================================================================REQUIRED process [rgbdslam-35] has died! process has died [pid 27215, exit code -11, cmd /home/arun/Code/rgbdslam_catkin_ws/devel/lib/rgbdslam/rgbdslam /camera/rgb/image_color:=/camera/rgb/image_raw...
@KamithaVihanga I tried a previous commit. But it still gave me the same error. So I gave up with rgbdslam and moved on. Would be interested to know if it...
> Hello , > I'm trying to use my own DATA for the training and i had some trouble > First, i used the script given by @charlesq34 to write...
> You can just make your data learning from the style of Stanford3dDataset_v1.2. And then make use of collect_indoor3d_data.py for data re-organization and gen_indoor3d_h5.py to generate HDF5 files, as the...
@charlesq34 Even I am very interested in seeing an answer for this question. I am working on a real world outdoor dataset (collected from infrared camera). The point density is...
> hello,Im sorry to bother you,I d like to know whether you solved the problem,and is it necessary to .bag - > pcd - > .ply - > .hdf5? Does...
An Update : I followed the suggestions given on [this](https://github.com/tensorflow/tensorflow/issues/18736) page and tried the following things to solve this problem : 1. Change the batch size from 24 to lesser...
@joanne1112 did you figure this out already ? I am interested in an answer too
I had the same problem. My problem was caused by not calling _target_link_libraries_ in `CMakeLists.txt` The problem got solved by adding this ``` target_link_libraries(project_name PRIVATE ${PYTHON_LIBRARIES} Python3::NumPy ) ```
@kiranintellify and @gasparramoa the **_.seg_** files are just a magic file format invented for training process for some unknown reason. They are literally like a **_.txt_** file and can be...