janetwise
janetwise
Hello, We got very low accuracy on long string recognition. The strings are 20-character long, and consist of mixed capital and numeric numbers. The recognition error include incorrect # of...
Hello, How do I use your pretrained model and finetune on my own data. I downloaded your models and arranged my data as suggested. Should I use python train.py --saved_model...
Has anyone been able to reproduce the mAP of ~55 by running: python3 test.py --weights_path weights/yolov3.weights I was only able to get mAP 50? I got mAP 53 by setting...
### Description Saw the dreamerv3 code in rllib has this error flag on multi-agent not supported currently. Is there any plan to support it in the future? What's the approach...