-
-
hello I am new in this field and I am running the colab tutorial of detectron2 the other day it was fine but when I ran it today it gives an error . I did not touch anything I just copy everything in …
-
in my log, it will be see: unexpected key in source state_dict
if i set pretrained = 'open-mmlab://detectron2/resnet50_caffe' in configs/detection/_base_/models/faster_rcnn_r50_caffe_c4.py, the log p…
-
Thank you for your nice project!
I called your swint-Detectron2 code to train my own data set. I used the network configuration of retinanet. No error was reported during the training process,iterati…
-
I tried to follow the template as directed, but please let me know if something is missing (long-time reader, first-time poster). I have also added a link to view the Colab notebook: https://colab.res…
-
If you do not know the root cause of the problem, please post according to this template:
## Instructions To Reproduce the Issue:
Check https://stackoverflow.com/help/minimal-reproducible-exampl…
-
In section 4.2 Implementation Details :"We initialize the detector with CLIP pre-trained weights"
I can't find the code position
-
2024-08-19 11:55:58
Started!
CustomVisionEncoderDecoderModel init
CustomMBartForCausalLM init
CustomMBartDecoder init
[08/19 11:56:11 detectron2]: Rank of current process: 0. World size: 1
[08/1…
-
I can not find calling the from .modeling.transformer import Transformer. In short the MaskFormer class calls backbone (which is detectron2), sem_seg_head but not transfomer from modeling. **Real Iss…
-
### Describe the issue
I have converted my Detectron2 model, based on faster_rcnn_R_50_FPN_3x (https://github.com/facebookresearch/detectron2/blob/main/configs/COCO-Detection/faster_rcnn_R_50_FPN_3…