-
```bash
python easyportrait\pipelines\demo\image_demo.py "images\2.jpg" "easyportrait\pipelines\local_configs\easyportrait_experiments_v2\segformer-fp\segformer-fp.py" "easyportrait\ckpt\faceparse_s…
-
I followed README.md to create a local USFM environment, downloaded "USFM_latest.pth" and then executed
`python usfm/train.py tag=seg_$dataset experiment=ftSeg.yaml model.net.backbone.pretrained=ass…
JV-X updated
4 months ago
-
from ..builder import HEADS
ImportError: attempted relative import with no known parent package
-
您好!您的工作引起了我非常大的启发,想请问一下目前的代码是否提供完整了?我在复现的过程中遇到了挺多的问题。
-
```
hi,
我想让分词器碰到《传奇3》、“传奇3”等这种词的时候,《
》内部的就不继续分词,而是让内部作为一个词语。
请问这在哪里可以修改一下?
```
Original issue reported on code.google.com by `sling...@gmail.com` on 17 Dec 2013 at 5:37
-
When will the code for semantic segmentation be publicly available? I cannot reproduce the miou=75 in your paper myself. I don't know where I went wrong. Here are my training results
+-------------…
-
Hello.
I want to run training on my dataset at 512x512 resolution. The training phase passes without problems, but an error occurs during validation:
```
File "/home/user/work/hila/mmseg/models/ba…
-
当设置mmseg/models/losses/accuracy.py中的accuracy函数时,如果设置thresh参数报了如下错误:
‘’
File "/mmseg/models/losses/accuracy.py", line 45, in accuracy
correct = correct & (pred_value > thresh).t()
RuntimeErro…
-
Hi, I'm trying to run the test script but encountered this error:
CUDA_VISIBLE_DEVICES=0 python -m torch.distributed.launch --nproc_per_node=4 --master_port=${PORT:-4040} tools/test.py checkpoint…
-
when I focus on stage 2, I use mmcv2.1.0 mmdet 3.3.0 mmengine 0.7.3 mmsegmentation 1.2.2 to train the segmentation network successfully. do u know why the error shown below occur when i test the segm…