-
![swint_eval_val_results](https://github.com/er-muyue/BeMapNet/assets/49344458/41be0bcc-6427-4fc1-ad6f-e53380e398e8)
We use your BeMapNet-SwinT [checkpoint](https://github.com/er-muyue/BeMapNet/relea…
imyyf updated
9 months ago
-
when i train the model i got the follow error:
Traceback (most recent call last):
File "train_net_mem.py", line 77, in
launch(
File "/home/zhengguida/miniconda3/envs/MILA/lib/python3.8…
-
Traceback (most recent call last):
File "fsod_train_net.py", line 211, in
args=(args,),
File "/home/ch/anaconda3/envs/ch/lib/python3.7/site-packages/detectron2/engine/launch.py", line 82, …
-
**My Environment:**
Activated MMA 12.0 works correctly on my Ubuntu 16.04 system.
**I install WolframClient with following code:**
```
pip install wolframclient -i https://pypi.doubanio.com/simp…
-
Hello @ycliu93!
I'm trying to understand if the code uses `joint_proposal_dict["proposals_pseudo_rpn"]` or `pesudo_proposals_rpn_unsup_k` anywhere. I couldn't grep any usage. Was it used for debugg…
-
AssertionError: Attribute 'thing_dataset_id_to_contiguous_id' in the metadata of 'coco_2017_train' cannot be set to a different value!
{1: 0} != {0: 0}
修改detectron2/data/datasets中builtin_meta.py文件,但…
-
### 🚀 The feature, motivation and pitch
detectron2/modeling/poolers.py:66: UserWarning: The operator 'aten::repeat_interleave.self_Tensor' is not currently supported on the MPS backend and will fal…
-
### 🐛 Describe the bug
RCNN model in detectron2 need this support: ( https://www.internalfb.com/code/fbsource/[ca89130b9eae0efd5bb1cbbff1006cc1556d0b4f]/fbcode/vision/fair/detectron2/detectron2/expo…
-
## 🚀 Feature
To many end-users, defining augmentation pipeline is headache. Thus, I would propose to have ```kornia.augmentation.preset``` module to include some default augmentation settings. Thus…
-
It's pretty common practice for pip libraries to put all their code inside a folder with the same name in order to namespace all packages to the outermost unique library name. In the detectron2 repo, …