-
Thank you very much for this great project! Could you please help me training Faster R-CNN with another backbone architecture, for example GoggleNet. I used the pickle_caffe_blobs.py script to convert…
-
Somewhere in either the model or the weight conversion code (from tfslim to Keras with TF dim ordering and Tensorflow backend) there is a bug. I've fixed a couple that I've found already, but currentl…
-
I am using the latest Tensorflow code on Ubuntu 16.04
1. I download **Inception-ResNet-v2** model from the link https://github.com/tensorflow/models/tree/master/slim
the check point file is:
…
-
Not an issue specifically with tensorpack.
I was trying to load a checkpoint model for Inception-Resnet-v2 (uploaded [here](https://github.com/tensorflow/models/tree/master/slim#pre-trained-models)…
-
@GeorgeSeif
get_pretrained_checkpoints.py returned the following error. Worked fine for vgg and inception_v2-v4.
(python 3.5.4).
Any suggestion? Thank you!!
-----------------------------
mv…
-
**Inception v3** (http://arxiv.org/abs/1512.00567) has been published at the same time as residual nets and show a comparable classification accuracy.
**Inception v4** and InceptionResNet (http://arx…
-
I'd be happy to see an example client for resnet v2.
-
Choose a specific ResNet-50 model implementation for our Q3 work.
This choice is subject to change in the future, for example based on future discussions with the Benchmark team. But it needs to b…
-
Was your work based on **titu1994**'s code: https://github.com/titu1994/Inception-v4 ? It's published under MIT license. Can you include it to your repository as well?
-
**Tensorflow version 1.0**
**Python 2.7**
My dataset has got two classes. For transfer learning i tried two inceptionV3 models.
1. **inception_v3_2016_08_28.tar.gz**
2. **classify_image_graph_…
ghost updated
6 years ago