-
When I run the 17th line of adapteacher/checkpoint/detection_checkpoint.py, the ‘model’ in the ‘checkpoint’ is none, could you please tell me the reason? and it tells me that some keys in the weight f…
-
Hi, Thanks for this. Although, I noticed that the current tensorflow and keras versions are causing troubles. I personally got the following error:
```
from keras.engine import saving as saving
I…
-
## 📚 Documentation Issue
if cfg={"MODEL": {"META_ARCHITECTURE": "GeneralizedRCNN"}}, `build_model` can get the model directly. When does the `@META_ARCH_REGISTRY.register()` take effect?
```pyth…
-
Hi, I am wondering if the data in VOC and COCO for finetuning is the same as FSRW, and if not, how would you suggest to modify the code to adapt to their data settings?
-
-
Following the instructions provided, I was able to train my own dataset (by modifying the VOC2007) with the ff. command:
`python ./faster_rcnn/train_net.py --gpu 0 --imdb voc_2007_trainval --iters 10…
-
Hi, I run this ' python train_net.py --num-gpus 3 --config-file configs/VLDet_OVCOCO_CLIP_R50_1x_caption.yaml'
Here is the result. The result is lower than yours.
[03/08 12:51:07] d2.evaluation.co…
-
I am trying to run the demo command and saw this error
[04/05 14:46:45 detectron2]: Arguments: Namespace(confidence_threshold=0.5, config_file='configs/GTR_TAO_DR2101.yaml', cpu=False, input=None, …
hxue3 updated
2 years ago
-
I found the the script called "single_branch_pretraining_coco_pvt_v2_b2_li.sh" runs faster_rcnn_train_net.py, but two_branch_few_shot_finetuning_coco_pvt_v2_b2_li.sh runs fsod_train_net.py? is it righ…
-
您好,我正在复现您的代码。可以正常编译训练,但是运行python tools/train.py --config configs/kd_faster_rcnn/voc_stu_faster_rcnn_r50_FGFI.py报错如下:
请问mmdet里面是不是缺少什么更改过的模块?
2021-09-09 16:41:56,230 - mmdet - INFO - workflow: [('t…