-
Can you provide a model of VGG16+SCNN? Thank you!
-
please open the pretrained model dowload link
-
The released code is using resnet50 as backbone. How about the provided saliency maps, vgg16 or resnet50? Can you also share the code of vgg version?
-
I cannot get the vgg16.npy model. Please give me some information. Thank you!
-
I followed the Readme and download pretrained model from this url: https://github.com/jcjohnson/pytorch-vgg, but a problem was reported because of unligned index of weight. I modified the code as fol…
-
When it runs to ' features = list(vgg16('vgg16-397923af.pth').features)', the error in the title is reported.
-
I want to use ssd method with vgg16 model, but it is not available in the models. Do not I have a chance to do this in Tensorflow?
-
I am using a Layout Parser model that is PubLaynet model and I want to use with doctr ocr instead of resnet 50 model. I will provide a code below how I am trying to do it.
I am getting blank output w…
-
### Project Information
The objective of the project is to predict the captions for the input image. The dataset consists of 8k images and 5 captions for each image. The features are extracted from b…
-
Thank you for your great achievement!
I am trying to implement VGG16, but got below error
```bash
Traceback (most recent call last):
File "tools/train_net.py", line 177, in
main()
F…