-
In deformable DETR code I am implementing:
'''
_base_ = [
'../_base_/datasets/coco_detection.py', '../_base_/default_runtime.py'
]
model = dict(
type='DeformableDETR',
backbone=di…
-
I've managed to train the GroundingDino model on the example cat dataset that was provided in the README.
However, upon trying to modify the code on the example [grounding_dino_swin-t_finetune_8xb2…
-
model = dict(
type='CascadeRCNN',
num_stages=3,
pretrained='torchvision://resnet50',
backbone=dict(
type='ResNet',
depth=50,
num_stages=4,
out_i…
-
### 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 expected …
-
Hey!
Great work for this paper!
I am trying to replicate the fine-tuning results using mmdetection, like you mentioned it in your paper.
How / where in the config file did you freeze / unfre…
-
This PR needs to be migrated to dev-3.x
_Originally posted by @ZwwWayne in https://github.com/open-mmlab/mmdetection/issues/8127#issuecomment-1223506509_
-
[mmyolo 공식문서](https://mmyolo.readthedocs.io/en/latest/user_guides/custom_dataset.html#wandb)에는 `WandbVisBackend`가 있는데, mmdet에서처럼 [`MMDetWandbHook`](https://github.com/open-mmlab/mmdetection/blob/c02c6…
-
Im trying to debug the crop_and_replace function in ROI and replace it with another using eager_execution(), i run the `tf.enable_eager_execution()` in the **models.py** and tried to check if it is ru…
bat3a updated
4 years ago
-
### Checklist
- I have searched related issues but cannot get the expected help.
- I have read related documents and don't know what to do.
### Describe the question you meet
I have retest t…
-
### 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 expected …