-
Hi there,
It looks like the ModelZoo contains broken links for all the OpenImages models such as:
1. https://penzhanwu2.blob.core.windows.net/phillytools/data/maskrcnn/pretrained_model/sgg_mode…
-
Hi! I'm tring to convert [GRCNN ](https://github.com/jingjing-you/GRCNN_OCR.pytorch) to tensorrt, but get error:
```
import torch
from torch2trt import torch2trt
from GRCNN import GRCNN
mod…
-
### Objective
My objective is to test mask_rcnn_grcnn on COCO dataset. Please advise me the correct sequence of commands to do so
### Issue
GRCNN model not registered as model in model registr…
-
Hi all,
I am trying to train a modification of the Faster RCNN with a changed Head on my own dataset.
I followed the tutorial on https://pytorch.org/tutorials/intermediate/torchvision_tutorial.htm…
-
Hi! I'm tring to convert [GRCNN ](https://github.com/jingjing-you/GRCNN_OCR.pytorch) to tensorrt, but get error:
```
import torch
from torch2trt import torch2trt
from GRCNN import GRCNN
mod…
-
Hi, thanks for the great work and open-sourcing this project.
I'm excited to try VinVL since it promises faster computation time for the feature extraction part as written in the paper compared to …
-
Hi! I'm tring to convert [GRCNN ](https://github.com/jingjing-you/GRCNN_OCR.pytorch)to tensorrt, but get error:
When I converting grcnn to onnx I get warning, but grcnn.onnx is created:
```
fr…
-
when I have prepared the data and the environment,and executed the code:
python main.py --config-file configs/sgg_res101_joint.yaml --algorithm grcnn
a error occurred:
ImportError: ../graph-rcnn…
-
Greatly thank you for your work in this repo!
I'm using one 11GB memory 2080Ti GPU. But only when I set batch_size = 1, out of memory problem in object detection training and scene graph generation t…
-
Hi. I was trying to evaluate the model, which was trained in step-wise(detector - sgg) manner.
But I've got an issue of OOM problem.
At first time I try with single gpu, and even used 2 gpus but…