-
I trained FasterRCNN model on my dataset and now wanted to do inference on CPU
However there is an assert at the beginning of inference that suggests that this is not supported
`assert tf.test.is_…
-
### Environments
```
Ubuntu16.04
Python 2.7
PyTorch 1.1.0
TorchVision 0.3.0
```
### How to reproduce
Upgrade torchvision version to 0.3.0, run the following code with `python 2.7`:
```pytho…
-
Hello,
These days, I try to train Faster-rcnn on VOC2007 dataset by transfer learning. The following code is what I used to construct the model:
![Screenshot from 2019-07-06 17-10-03](https://us…
-
Thank for your excellent work,
I encounter with the problem showed in the caption.
this is my config file:
```
model = dict(
type='FasterRCNN',
pretrained='modelzoo://resnet50',
b…
-
I have trained a Tensorflow Faster R-CNN model using the [tensorpack](https://github.com/tensorpack/tensorpack/tree/master/examples/FasterRCNN) repository. I am trying to optimise the model for use on…
-
Hi
I think I got the same error than #1215 https://github.com/tensorpack/tensorpack/issues/1215.
This is the structure of my own dataset
COCO/DIR/
_______|__annotations/
_________________|__i…
-
Hi, in https://github.com/tensorpack/tensorpack/blob/master/examples/FasterRCNN/NOTES.md, you noted that there maybe some possible enhancement for FasterRCNN in Tensorpack.
If convenient, could you p…
-
If you're asking about an unexpected problem which you do not know the root cause,
use this template. __PLEASE DO NOT DELETE THIS TEMPLATE, FILL IT__:
If you already know the root cause to your pr…
-
Hey all,
I saw that there are already some issues regarding` Failed to get convolutional algorithm. This is probably because cuDNN failed to initialize, so try look to see if a warning log message…
-
i use tensorflow to distributed trainning models, i use the partition valriables to store an array data, when the data is not so bigger, everything looks ok,but when the array data become larger, when…