-
是我的detectron2版本不对吗?
-
![image](https://user-images.githubusercontent.com/12907710/203212307-f06faf04-ea82-4eb4-a76e-74c7db33b638.png)
## 活动介绍
大家好,第一期 OpenMMLab 超级视客营实训活动开始啦!超级视客营实训活动提供十七个方向、上百个不同难度的任务供大家选择,不管你是初涉 AI 的新…
-
**Description**
I'm using detection model and returns boxes, scores, classes , masks. If model returns empty tensor because model found nothing to detect error happens
```
tritonclient.utils.In…
-
I follow [installation Doc](https://mmdetection.readthedocs.io/en/latest/get_started.html#installation
) ,and failed
```shell
mim download mmdet --config yolov3_mobilenetv2_320_300e_coco --dest .…
-
是否可以考虑增加一些半监督的分割方法,比如boxinst condinst DiscoBox等
这些基于box的标注方式来进行分割可以很好的节省标注时间
-
I have an experiment where my train data is as follows:
```
Format - coco style custom dataset with 6 classes
(a) 20% of the train data has mask+bbox annotations
(b) Remaining 80% of the train dat…
-
-
I have trained box inst using config MS_R_50_1x.yaml without pretrained imagenet weights. I followed demo for training custom model for detectron 2 " https://colab.research.google.com/drive/16jcaJoc6b…
-
## What
BoxInst 모델을 이용한 알약 영역 segmentation
## Why
알약 feature 추출 시 노이즈 제거를 위한 알약 영역만을 이용하기 위해
## How
- [x] segmentation 학습
- [x] feature 추출을 위해 알약 영역만 분리하는 코드 작성
-
## What
Data Preprocessing
## Why
To make the data fit for the model.
## How
prerequisites: downloading the data done on #2
- `cv2.grabCut()`
https://varletc0nst.tistory.com/1
- s…