-
Hi, Bairui. Very excellent work. Could you please post the codes on on generating 'Inception_ResNet_V2 features' and 'I3D features'?
-
Is it possible to use a more advance model like vgg or resnet or inception in this siamese network?
-
Hi, I'm really impressed by your works.
I want to replace the ResNet-based backbone networks to my [WR-Inception Networks](https://arxiv.org/abs/1702.01243) that is rather faster.
Could you adv…
-
when I use the
```
python tf_text_graph_mask_rcnn.py --input "./mask_rcnn_inception_v2_coco_2018_01_28/mask_frozen_graph.pb" --config "./mask_rcnn_inception_v2_coco_2018_01_28/mask_rcnn_inception_r…
-
since global avg pooling is essential to the Inception and ResNet architecture,will you implement avg pooling in the future?
thank you
-
* Google Inception: https://github.com/tensorflow/models/tree/master/research/inception (license? The Tensoreflow one? ASF 2.0)
* Tensorflow models: https://github.com/tensorflow/models
* Microsoft …
-
```shell
/opt/conda/envs/python35-paddle120-env/lib/python3.7/site-packages/setuptools/depends.py:2: DeprecationWarning: the imp module is deprecated in favour of importlib; see the module's document…
-
I have annotated my huge traning datasets using VGG anotator tools to train MaskRCNN model implemented by matterplot but in matterplot implementation only two backbones are use ResNet 50 and ResNet 10…
-
**Test Env:**
Chromium Version: nightly build 70.0.3503.0 (**efb0f90**)
Platform: Windows 10 [Device Name: Dell XPS 13, CPU: Intel i5-8250U, GPU: Intel UHD Graphics 620, GPU Driver Version: 25.20.…
-
Thank you for your great tutorials!
I have a question about codes in the cell 11 in Inception_ResNet_DenseNet.ipynb for JAX.
Max-pool branch looks like a 1x1 convolution branch,
because the out…