Selvaggiar

Results 4 issues of Selvaggiar

python demo/demo.py \ --config-file projects/SWINTS/configs/SWINTS-swin-pretrain.yaml \ --input datasets/ocr_en_422k/GCC_train_171460144.jpg \ --output output/ocr_en \ --confidence-threshold 0.4 \ --opts MODEL.WEIGHTS work_dirs/swin_imagenet_pretrain.pth

Thank you for opening such nice work! I am sorry that I am a freshman. Could you tell me how to train the model on my own dataset? Thank you...

Hello! Thank you for opening such nice work! I am sorry that I am a freshman. Could you tell me how to train the model on my own dataset? Thank...

bash scripts/infer/demo_wired.sh 推理有线表格时,报了个关于加载模型权重的错误(但无线表格可以成功推理),请问该怎么解决呀? Traceback (most recent call last): File "demo.py", line 82, in demo(opt) File "demo.py", line 21, in demo detector = Detector(opt) File "/data/xyj/space/AdvancedLiterateMachinery/DocumentUnderstanding/LORE-TSR/src/lib/detectors/ctdet.py", line 32, in __init__ super(CtdetDetector,...