Yang, Zeyu
Yang, Zeyu
It seem a problem of multiprocessing in windows, i got the same problem in windows and run well in linux. Changing the parameter 'use_mutiprocessing=False' in line 726 in file 'icdar.py'...
@YanShuang17 change the fist line in file 'checkpoint' from "/tmp/east_icdar2015_resnet_v1_50_rbox/model.ckpt-49491" to "model.ckpt-49491" and add parameter --checkpoint_path= eg. --checkpoint_path=checkpoint/fine_tone/
I replaced 'rectangle' with 'rectange' and run successfully. But the speed was more slow than before.
See test part in the readme, there is a link of a pre-trained model.
Not yet, but I’m working on it.
不需要改动,就是在Ubuntu下写的
可以检查先输入分辨率有没有resize
It seems that you are finetuning on your dataset. I have had an almost same issue when finetuning and it's a problem of data loader. Make sure get_data() function in...
Hi, It seems you put heatmaps into the input placeholder? From: Ciaran OhOgain Sent: Sunday, February 21, 2021 1:02 AM To: YangZeyu95/unofficial-implement-of-openpose Cc: Yang, Zeyu ; Comment Subject: Re: [YangZeyu95/unofficial-implement-of-openpose]...
You can check the ground truth in tensorboard. Data argument part works well in all my dataset.