yes89929

Results 4 issues of yes89929

**Describe the bug** $

kind: bug
status: triage

I made custom dataset that has 3 classes. And, I trained hrnet model with pretrained weights. `python train.py --gpus 0,1,2 --cfg config/ade20k-hrnetv2.yaml` Then, I validated a one image used training....

Hi. Thanks you for sharing good code. Now I`m training your model. But It seems like using 1 GPU. Can I use multiple GPUs by just using arguments on terminal?...

The type of non_stroking_color and stroking_color should be Color or None, not list. I printed non_stroking_color and stroking_color of LTRect. Type of non_stroking_color is list[int] and type of stroking_color is...