-
(open-mmlab) lxz@lxz-System-Product-Name:~/KunPeng_Liu/AlignPS$ /bin/bash /home/lxz/KunPeng_Liu/AlignPS/run_train.sh
fatal: not a git repository (or any of the parent directories): .git
2021-09-13…
-
**Describe the bug**
I am trying to train the model on a COCO dataset. I followed the steps in [THIS](https://github.com/open-mmlab/mmdetection/blob/master/docs/tutorials/customize_dataset.md) link…
-
HTC_ x101_ 32x4d_ fpn_ 16x1_ 20e_ Coco.py
dataset_type = 'CocoDataset'
data_root = '/media/ubuntu/HDD1/datasets/coco/'
img_norm_cfg = dict(
mean=[123.675, 116.28, 103.53], std=[58.395, 57.12…
-
I am confusing about your work.
1. how is the difference between `bbox_head_semantic` and `convfc_bbox_semantic_head`?
2. how is the difference between `ba_anchor_head` and `anchor_semantic_head`?
…
-
拉取最新代码分支报错:
```
Traceback (most recent call last):
File "easyai/train_task.py", line 5, in
from easyai.tasks.utility.registry import REGISTERED_TRAIN_TASK
File "/easy_data/code/easy_ai/e…
-
https://github.com/open-mmlab/mmdetection/blob/dbc6b67446d3898461d0a5d5cef7d112e710db0a/mmdet/models/roi_heads/roi_extractors/single_level_roi_extractor.py#L99-L107
If the goal is to use every feat…
-
As mmdetection recently release 2.15.1,
I want to use Mosaic and Mixup in Cascade RCNN,
However, when I replace the relevant config from YOLOX to Cascade RCNN, I got the following error:
-------…
-
## ❓ Questions and Help
General questions about detectron2.
Hi, when train models with detectron2, the encountered error is shown below:
```
RuntimeError: Not compiled with GPU support (ROIAli…
Angzz updated
3 years ago
-
Traceback (most recent call last):
File "/home/hd/PycharmProjects/HelloWorld/11.py", line 27, in
outputs = predictor(im)
File "/home/hd/anaconda3/envs/det/lib/python3.6/site-packages/torch…
-
Do you know why we get the following error and how to fix it?
```
$ python -c 'import torch; from torch.utils.cpp_extension import CUDA_HOME; print(torch.cuda.is_available(), CUDA_HOME)'
True /sh…