-
# Script
```
python gpd_predict.py -V -I anza2016.in -O anza2016.out
```
# Error message
```
2021-10-19 10:06:32.133010: I tensorflow/stream_executor/platform/default/dso_loader.cc:49] Success…
-
### Prerequisite
- [X] I have searched [the existing and past issues](https://github.com/open-mmlab/mmyolo/issues) but cannot get the expected help.
- [X] I have read the [FAQ documentation](https://…
-
Hi Alexey,
I am training yolov3 model from scratch for object detection and tracking for my custom dataset, the images are approx 2100 which contains 16 classes in total.
I have already trained for …
-
I've been working on migrating an mmdetection from v2 to v3 and haven't been able reproduce the same results. Here is my configuration from v2:
```
model = dict(
type='RetinaNet',
backbo…
-
### Tested versions
- Reproducible in 4.3.dev (907db8eebcecb97d527edcaff77a1c87a6c068f5), only after the merge of the Wayland backend adding DetectPrimeEGL
### System information
Fedora Linux 39 (K…
-
Hi authors, I have pretrianed your moby_swin_tiny model using 8 Tesla V100 GPU
and reproduced your results in downstream task. I get 74.394% on linear evaluation and 43.1% on COCO object detection ta…
-
Hi,
I am trying to train for coco2014 dataset. (I just followed this repo's training example)
I put coco dataset on
home/mson/download/Mask_RCNN/coco/train2014/(image files..)
home/mson…
msson updated
2 years ago
-
In my case, I use command like below.
---------------------------------------------------------------------------------------------------------------------------------------------------------------
…
-
I saw during configuration that chrono does not support cuda 12.5 yet. Is that a hard constraint, or should I modify the cmakefile and try it?
-
Hello folks
I apologize for any mistake. But I started using Emgu recently, I came from Python opencv. So, I have couple of question I am facing.
I am using Emgu 4.5.5.4823 and installed manually …