s-gupta / rcnn-depth

Learning Rich Features from RGB-D Images for Object Detection and Segmentation
BSD 2-Clause "Simplified" License
365 stars 150 forks source link

Issue with getImage #14

Closed manav95 closed 8 years ago

manav95 commented 8 years ago

When I run the saveHHA function to get my depth images turned into an HHA encoding, I get the message that getImage function could not be found. I tried looking through all of your repos but I couldn't find the function. Where are you getting getImage from? I thought about replacing it with imread instead but that doesn't give the necessary depth matrices. Can you tell me where you found the function?

s-gupta commented 8 years ago

Please follow installation instructions here. getImage is part of the nyu-hooks repository.