-
I am using detectron2 model for instant segmentation & object detection .My goal is to deploy this model onto a robot using [Viam robotics](https://www.viam.com/) and they(Viam) only accept a .tflite …
-
Hi
I install Caffe2 with Python3.6.8, cuda 9.0.176, cudnn 7 ,Driver Version: 384.130 OS ubuntu 17.10
Caffe2 install use: conda install pytorch-nightly cuda90 -c pytorch
when I try to run mask…
-
my use coco2014:
ubuntu16.04
python3.6
cuda11
torch1.8
```
import os
import cv2
import numpy as np
from pycocotools.coco import COCO
from ..dataloading import get_yolox_datadir
from .…
-
HI,
I am trying to run darknet on TX2 and the C++ implementation seems to working fine. I want to implement the python version. I am able to run it on images but when I try to use webcam, I get the…
-
## Instructions To Reproduce the Issue:
I want to train the panoptic segmentation model on a custom data set, however, before I prepare my own custom data set I wanted to make sure that the trainin…
-
### What's the feature?
Hi,
I need to run a model on some data (inference or test) and produce an output file in format of COCO json. I saw that in the main branch it is possible using the "--forma…
-
Hello developers, I want to perform zero-shot instance segmentation on COCO based on this repository(I mainly want to verify the reliability of the automatic labeling process), and evaluate the differ…
-
Thanx for ur excellent work! @ruinmessi
I need a little help please. @ruinmessi @yuyijie1995
I am trying to train RFBNet on a dataset with only 2 classes, with style of pascal voc.
I changed ~/da…
-
Hi, Everyone.
I have generated custom mask data using VGG Image Annotator(one object: person), then trained custom maskrcnn network using balloon example.
There is my train script.
```
"""
Mask R…
-
Traceback (most recent call last):
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py", line 1741, in
main()
File "/Applications/PyCharm.app/Contents/helpers/pydev/pydevd.py"…