-
Platform: Ubuntu 16.04
Python version: 3.6.9
Source framework with version: Tensorflow 1.4.0 with CPU
Destination framework with version: PyTorch 1.1.0 with CPU
Pre-trained model path: N/A…
-
Hello,
I'm interested in knowing why you used the VGG-11 network to extract the feature maps instead of others, e.g. Resnet. Is it feasible to make this modification now? Thank you in advance!
-
win10,anaconda4.3.2,python3.6,tensorflow gpu,cuda9,cudnn7
When Use jupyter Notebook SSD run a test case
1. Download the model ssd_300_vgg, stored in SSD-Tensorflow-master / checkpoints / this direc…
-
-
### 🚀 The feature, motivation and pitch
I'm the sysadmin of one of the servers that hosts datasets that appear on `torch.datasets` (`DTD`, `FGVCAircraft`, `Flowers102`, and `OxfordIIITPet`) . We're h…
-
@edgarriba noticed some huge memory usage importing caffe models via caffe_converter.
I tested the difference of memory usage loading same models on caffe and on tiny-cnn via caffe-converter, here is …
-
How to convert mat file of ResNet 50 and VGG 16 ([given in MatLab version of tiny face detector](https://github.com/peiyunh/tiny#demo)) to pickle files and use them in TensorFlow for face detection
-
Hi, I am trying to download the VGG16 Model from http://data.dmlc.ml/mxnet/models/imagenet/ .But I can't find the VGG16 model in the imagenet folder. I use the command wget http://data.dmlc.ml/mxnet/m…
-
As I find out in the code, layers in VGG network, ResNet have an inflation factor.
Could someone please help clarify this?
Why need to inflate the network? Is there a reference to address this ques…
-
# Reference
- [2010 - VGG - Learning To Count Objects in Images](http://www.robots.ox.ac.uk/~vgg/publications/2010/Lempitsky10b/lempitsky10b.pdf)
- [【论文笔记】Learning To Count Objects in Images](https:…