Aidan Keaveny
Aidan Keaveny
Hi @jediofgever, I recently trained MaskRNN using data from ndds. I came across this [script](https://github.com/hoangcuongbk80/python-tools/blob/master/labels_to_json_YCB_Video.py) provided by @hoangcuongbk80!
Thank you for the quick reponse. I only worked with Matterports Mask R-CNN and Wang's Densefusion before coming across your work. There are a few repos with Mask R-CNN in...
Just leaving my commets for getting results with a ZED camera (HD720: 1280x720 or VGA: 672x376). ``` ######################## # run_create_data ######################## cd ~/labelfusion/modules/labelfusion/ vim rendertrainingimages.py view.setFixedSize(672, 376) def setCameraInstrinsicsAsus(view): principalX...
Just adding a note for changes I had to make to get this to work with a GeForce GTX 1650 & Cuda compilation tools, release 8.0, V8.0.61 (from nvcc -V):...