shurans / DeepSlidingShape

Deep Sliding Shapes for Amodal 3D Object Detection in RGB-D Images
http://dss.cs.princeton.edu/
170 stars 57 forks source link

Convert model definition and weights to Keras #24

Open 2martens opened 6 years ago

2martens commented 6 years ago

I am currently working on a research project that intends to use Deep Sliding Shapes as a baseline comparison. However I use Keras, as that is more widely supported in comparison with marvin. Would you consider converting the model definition and the pretrained weights to Keras? It would make the usage of Deep Sliding Shapes so much easier.