-
When I was trying Mask R-CNN Demo, I got valueerror after running kernel below.
----------------------------------------------------------------------------------------------------------
model = m…
-
-
Thank you for your source code
very nice
It's very helpful
But I have a problem
Labels class0
And the original labels name
atypism
class0
class0(null)
test_imgAug.py
Labels class0
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection/issues) and [Discussions](https://github.com/open-mmlab/mmdetection/discussions) but cannot get the expecte…
-
Hello
Sorry if this is more a question that an issue, i'm not sure if i'm doing something wrong.
I trained a new model, using the v5lite-s weight with "person" class using coco + voc dataset, t…
-
so for the libraries i used are :
import tkinter as tk
from tkinter.filedialog import askdirectory
from tkinter.filedialog import askopenfilename
import os
from tkinter import *
from tkinter.ttk…
-
The model currently cannot retain the original form of words. For example, in image if words are "sunflower oil", it returns "sunfloweroil" without space. Is there any work around to address it?
A…
-
I am trying to convert model from mmdetection2tensorrt using the Dockerfile provided on TX2 machine but getting Memory error issues
```bash
mmdet2trt configs/retinanet_r50_fpn_2x_coco.py weights/…
-
We have a lot of annotations previously done using Aperio ScanScope which generate the XML files. We already have code that can parse those files and get out the boundaries for the various objects/la…
-
How can I obtain the bounding box labels from mscoco data set and convert them into labels for yolov3?