-
![loss_ins](https://user-images.githubusercontent.com/38196678/144775901-5480f2c8-66e0-498a-9f6f-73f8046c4286.png)
paddledet2.3
use solov2_r50_enhance_coco.yml
just change base_lr/8 with one gpu
l…
ghost updated
2 years ago
-
您好:
在用solov2 部署在 paddle serving 时出现了错误,请帮忙看下。
### test_client.py
```python
import numpy as np
from paddle_serving_client import Client
from paddle_serving_app.reader import *
import cv2
…
-
I try train coco like dataset with 8 classes, here is my model config:
```yaml
model = dict(
type='SOLOv2',
pretrained='torchvision://resnet50',
backbone=dict(
type='ResNet…
-
Thanks!
-
### 问题确认 Search before asking
- [X] 我已经搜索过问题,但是没有找到解答。I have searched the question and found no related answer.
### 请提出你的问题 Please ask your question
电脑环境
单gpu 2080
数据集相关环境
我的数据集只有一个类别,原始数据集是1…
-
SOLOv2 becomes slowest model in your papers, is that really? But as SOLOv2 official paper claims it should faster than most instance segmentation methods, at least compare with MaskRCNN.
-
/root/anaconda3/bin/python3 /home/workspace/xzy/solov2/AdelaiDet-master/tools/train_net.py --config-file /home/workspace/xzy/solov2/AdelaiDet-master/configs/SOLOv2/R50_3x.yaml --num-gpus 1 --resume OU…
-
Hi, I am gonna converting SOLOv2 pytorch model to onnx? You can tell me the solution? Thank you :D
-
When I train a SOLOv2 model I get the following error at training start.
Seems like it cannot find the libnvrtc-builtins.so.11.1 file, even though it is correctly installed.
Im using ubuntu18.04, …
-
I have trained BlendMask successfully over the past few weeks. However when I wanna train SOLOv2, I got an error:
[07/05 11:08:10 adet.trainer]: Starting training from iteration 0
/home/mima_1/ana…