Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

added vnect model to zoo #461

Open
wants to merge 14 commits into
base: master
Choose a base branch
from
Open
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ Models | Ca
[Pix2Pix](https://github.com/phillipi/pix2pix) | √ | × | × |
[VQA](https://github.com/iamaaditya/VQA_Demo) | √ | √ | √ |
[Denoising Auto-Encoder](https://blog.keras.io/building-autoencoders-in-keras.html) | × | √ | √ |
[Vnect](https://arxiv.org/abs/1705.01583) | √ | × | × |

Note: For models that use a custom LRN layer (Alexnet), Keras expects the custom layer to be passed when it is loaded from json. LRN.py is located in keras_app/custom_layers. [Alexnet import for Keras](https://github.com/Cloud-CV/Fabrik/blob/master/tutorials/keras_custom_layer_usage.md)

Expand Down
3 changes: 3 additions & 0 deletions docs/source/tested_models.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
* Image Segmentation CRF-RNN [\[Source\]](https://github.com/torrvision/crfasrnn/tree/master/python-scripts)[\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20180111183110okaux)
* UNET [\[Source\]](https://github.com/ZFTurbo/ZF_UNET_224_Pretrained_Model)[\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20180116070834rggzh)

## Pose Estimation
* Vnect [\[Source\]](http://gvv.mpi-inf.mpg.de/projects/VNect/)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add Visualise also?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sir, can you guide me on how to generate link of a model

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can visit the website of Fabrik. Load the model there and then add the URL which you obtain from share button.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

it is giving error in the online site but it is loading locally and giving URL /load?id=2 and can you review my pr #509 as this code is conflicting with my other pr. thank you

Copy link
Author

@Gurpreetsingh9465 Gurpreetsingh9465 Jan 12, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

screenshot 25
and other visualize link in the file is giving this error


### Miscellaneous

* Ranking CNN [\[Source\]](https://github.com/RankingCNN/Using-Ranking-CNN-for-Age-Estimation)[\[Visualise\]](http://fabrik.cloudcv.org/caffe/load?id=20171208121544acjpu)
Loading