-
In mmdet-sam I tried a the code you gave as an example of inference using DINO and SAM model and got the predicted json file. The last image is my result, the first problem is that I am not sure if it…
-
I'm using a custom dataset in CoCo format. I have tried a small learning rate, but it is useless.But my dataset can be trained on Faster RCNN and Centernet (In order to save energy, I directly modifie…
-
I would like to express my gratitude for your excellent work.
First, I confirmed that training was successful using the InternVIT-6B backbone and MMSegmentation.
I have encountered issues while tr…
-
### Prerequisite
- [X] I have searched [Issues](https://github.com/open-mmlab/mmdetection3d/issues) and [Discussions](https://github.com/open-mmlab/mmdetection3d/discussions) but cannot get the expec…
-
### Feature request
Add support for export SigLIP models
### Motivation
As used by many SOTA VLMs, SigLIP is gaining traction and supporting it can be the step 1 to supporting many VLMs.
### Your …
-
For the configuration file, I only changed the data path and the number of categories.Run the following code:
python tools/train.py configs/consistent-teacher/consistent_teacher_r50_fpn_coco_180k_10p…
-
## Describe the bug
from mmdet.apis import DetInferencer
from mmdet.utils import register_all_modules
register_all_modules()
config_file = 'workdir/yolox_tiny_custom.py'
checkpoint_file = '…
-
## 🚀 Feature: Training a custom dataset
In order to complete and unify all the issues about how to train a model using a custom dataset, you will find here the basic steps to do it. Taking into acc…
-
Hi @AlexeyAB , when I validate with my test set,
```sh
./darknet detector valid cfg/my-voc.data cfg/my-yolov4.cfg my-yolov4.weights
```
after run above, I got some text file in `results` folder, b…
-
my config file
dataset_type = 'CocoDataset'
data_root = 'data/coco/'
backend_args = None
train_pipeline = [
dict(type='LoadImageFromFile', backend_args=None),
dict(type='LoadAnnotation…