LIYHUI

Results 7 issues of LIYHUI

I use model_syn_r101_pretrain.pth as the pretrained model, and finetune on the Icdar2015 dataset. But I find that some model parameters are not in the checkpoint. `[08/07 10:01:59] fvcore.common.checkpoint INFO: Loading...

I find you enlarge the box by a factory of 1.5. Why ? `bbox = enlargebox(bbox, image.shape[0], image.shape[1])`

@shimoda-uec Hi, if I want to generate Chinese text images, what modifications do I need to make? Also, any advice to offer?

I use the script as follows to convert pth to onnx. ``` python onnx/export_model_to_onnx.py \ --config-file configs/CondInst/MS_R_50_BiFPN_3x_sem.yaml\ --output output/CondInst_MS_R_50_BiFPN_3x_sem.onnx --opts MODEL.WEIGHTS CondInst_MS_R_50_BiFPN_3x_sem.pth ``` but there is an error for it:...

你好,有支持多卡训练的想法吗?

您好,我看论文2.2.2章节提出使用辅助任务进行更细粒度的训练。但是代码中并没用体现,请问一下是怎么做的呢?