-
![loss_ins](https://user-images.githubusercontent.com/38196678/144775901-5480f2c8-66e0-498a-9f6f-73f8046c4286.png)
环境:eiseg0.4, paddledet2.3
用的config/solov2/solov2_r50_enhance_coco.yml配置文件
修改 base_…
ghost updated
2 years ago
-
Traceback (most recent call last):
File "G:/pycharmProject/pytorch_solov2-master/train.py", line 4, in
from modules.solov2 import SOLOV2
File "G:\pycharmProject\pytorch_solov2-master\modul…
-
All other models are supported except these. Will they also be added?
-
I run
`python deploy/onnx_exporter_solov2.py configs/solov2/solov2_light_448_r18_fpn_8gpu_3x.py weights/SOLOv2_LIGHT_448_R18_3x.onnx --checkpoint ./checkpoints/SOLOv2_LIGHT_448_R18_3x.pth --shape …
-
In 741 line, feature_add_all_level += self.convs_all_levels[i](mask_feat)
Under certain pytorch and detectron environment, it will raise the Error as follows:
RuntimeError: one of the va…
-
Hi,我在torch1.5、torch1.4上install SOLOV2都报这个类似错误,请问是什么原因呢?
-
I am trying to convert the solov2 model to onnx through the FCOS export script, which is provided, but I am getting errors. How would I go about migrating the script for solov2?
-
I have installed the following versions according to
SOLO installation [instructions](https://github.com/WXinlong/SOLO/blob/master/docs/INSTALL.md)
using the settings from [Dockerfile](https://gith…
-
Error happen in make, I am using opencv 4.2.0, Ubuntu 20.04
```
[ 25%] Linking CXX executable solov2_fast
/usr/bin/ld: CMakeFiles/solov2_fast.dir/src/solov2_fast.cpp.o: in function `ins_decode(ncnn…
-
Hi, Thanks for this repo :-)
I am try to train the network (and do an overfitt) using solov2 config
When I start the training process I see the image but the masks are wrong (the image flipped, but …