-
All networks in the zoo use DNN. Is there a way to use a pretrained model if I don't have GPU installed ?
-
https://www.robots.ox.ac.uk/~vgg/software/via/.
Explore the above annotating software and share your thoughts.
-
Hi, I am trying to download all videos from the test portion of VGG-SS, however many samples are missing. Do you have all of the videos? And if so, how can I get access to them. Thanks.
-
it seems the link to VGG is not working. could you share a new one? thanks.
-
You had released the Res-101.t7 file to extract image features, can you release the VGG-FCN t7 file ? Thanks.
-
Hi,
While working on vgg example, the get_metadata.sh script is trying to download data from invalid links i.e "Error not found" message occurs while running this script.
`$ ./get_metadata.sh
…
-
I have labeled my data using VGG annotator, which provide a Json file at the end. is there a possibility to convert that file into COCO format? thank you
-
Sir,I'm refer your reseach to my work.I read your paper I found the earse means set the value=0; I need to know how to earse the feature,but the vgg1.py file I cann't understand.So I see maybe you can…
-
@prasshantg Hi Prashant these are the errors for the below Caffe models:
All the Caffe models are from the below website:
https://github.com/microsoft/MMdnn/tree/master/mmdnn/models
All the c…
-
Our VGG model currently expects input images of the size 128x128px. This is a big limitation in the current implementation and should be modified to be more flexible. The multiplication factor should …