-
Thank you for your great work on object detection.
I am a new guy on object detetion. I am learning the focus-detr code and try to run it at first.
I found that the installation instruction is linke…
-
We keep this issue open to collect feature requests from users and hear your voice.
You can either:
- Suggest a new feature by leaving a comment.
- Vote for a feature request with 👍. (Remember …
-
Hi, I am trying to run detrex (DINO in particular). When I run this command python -m pip install -e detectron2 on a freshly set up environment I get this output. Could someone help to analyse this? I…
-
Hi, is there a plan to release a python package of detrex? That would be a massive help in installation and also solving the Detectron2 submodule install.
Many thanks for your work!
-
Hi Detrex team,
I've been following your development for quite some time. I'm Niels, working as part of the open-source team at Hugging Face. Fun fact, I contributed [DETR](https://huggingface.co/d…
-
I am trying to use your script on a 4 GPU machine and getting the following error. I have made the following change in the DINO_train_dist.sh
`python3 -m torch.distributed.launch --nproc_per_node=…
-
## Description
Tested all `dino_eva_02_vitdet` models from [here](https://github.com/IDEA-Research/detrex/tree/main/projects/dino_eva) and the models with `image_size=1024` seem to be failing.
Use…
dgcnz updated
4 months ago
-
from detrex.layers import MLP, box_cxcywh_to_xyxy, box_xyxy_to_cxcywh
from detrex.utils import inverse_sigmoid
from detectron2.modeling import detector_postprocess
from detectron2.structures import…
-
-
I followed the installation procedure. And even performed `export CUDA_HOME=path/to/cuda` as mentioned for this particular error and still im getting the same error.
Please find the complete runti…