Madhav Om

Results 12 comments of Madhav Om

@bkhanal-11 , I think the verbosity level WARNING might be more appropriate.

@RiscadoA @alalek Curious about the status of this.

> Hey there!! You're right. It looks like this repo is not the final code that I submitted for my class assignment. I have lost the original files from my...

> This repo hasn't had a commit or merge in 3 years lol. Multiple people have submitted PRs for the same thing. It's dead. Try a fork or forking yourself....

Is this PR active or going to be completed anytime soon?

Great to hear that @rayonnant14 . Appreciate your effort.

Reverting the SPI-Py to 8cce26b resolved my issue as suggested in the following link. https://github.com/mxgxw/MFRC522-python/issues/69#issuecomment-466023799 Make sure to change directory to the cloned project directory before running the last line...

I have been doing the very same thing with perfect success here. So, it's doable. Could you please also provide your system configuration.

My config.json: ``` { "path_dataset": "/home/madhav//Open3D/examples/Python/ReconstructionSystem/sensors/az-op", "path_intrinsic": "/home/madhav//Open3D/examples/Python/ReconstructionSystem/sensors/az-op/intrinsic.json", "depth_map_type": "redwood", "n_frames_per_fragment": 100, "n_keyframes_per_n_frame": 5, "min_depth": 0.3, "max_depth": 3.0, "voxel_size": 0.05, "max_depth_diff": 0.07, "preference_loop_closure_odometry": 0.1, "preference_loop_closure_registration": 5.0, "tsdf_cubic_size": 3.0, "icp_method": "color",...