Saurabh Gupta
Saurabh Gupta
Did you adapt [jobParallel](https://github.com/s-gupta/utils/blob/master/pbs/jobParallel.m) to fit your compute environment?
If it is not too late, here is the script that was used to generate the data: https://github.com/s-gupta/nyu-hooks/blob/master/script_data.m . You can refer to the documentation of the dataset and this...
You can find the function to do the conversion here: https://github.com/s-gupta/rcnn-depth/blob/master/rcnn/saveHHA.m On Tue, Dec 19, 2017 at 1:26 AM, zgq91 wrote: > Hi: > Paper in the depth image to...
Here is a demo of using the code: https://github.com/s-gupta/rcnn-depth/blob/master/run_all.m On Thu, Dec 21, 2017 at 5:28 PM, zgq91 wrote: > @s-gupta thank you for your reply, C, D, RD >...
Did you build mcg using mcg_build(); as indicated in https://github.com/s-gupta/rcnn-depth#building? mex_contour_sides is build from https://github.com/s-gupta/rcnn-depth/blob/master/mcg/src/bsr/mex_contour_sides.cpp in mcg_build().
Yes, I will make these frames available later this week, sorry for the delay.
Can you be more specific in what you want? This [file](https://github.com/s-gupta/fast-rcnn/blob/distillation/lib/datasets/nyud2_voc.py) should already work with the data provided with this repo. Are you interested in how data that I provide...
Hmm.. This occurs in the MCG code, so I dont exactly know how to make it more memory efficient. My guess would be to reduce the number of initial candidates...
edgesBoxedDemo is a demo function for the Structured Edges toolbox and works with RGB images. You will have to modify it appropriately to use it with our RGB-D contours (basically...