ShenweiXie / PaRK-Detect

PaRK-Detect: Towards Efficient Multi-Task Satellite Imagery Road Extraction via Patch-Wise Keypoints Detection
18 stars 3 forks source link

Hello author, I generate mat according to your preprocess/readme, but the processing speed is very slow, or is there another way to improve the speed? #2

Open wuming803 opened 1 year ago

ShenweiXie commented 1 year ago

Try to use multiprocessing


该邮件从移动设备发送

--------------原始邮件-------------- 发件人:"li-huang912 @.>; 发送时间:2023年6月7日(星期三) 中午11:00 收件人:"ShenweiXie/PaRK-Detect" @.>; 抄送:"Subscribed @.***>; 主题:[ShenweiXie/PaRK-Detect] Hello author, I generate mat according to your preprocess/readme, but the processing speed is very slow, or is there another way to improve the speed? (Issue #2)

— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.***>

wuming803 commented 1 year ago

Thanks. I'll try

StephenZhao1 commented 1 year ago

Try to use multiprocessing ---------- 该邮件从移动设备发送 --------------原始邮件-------------- 发件人:"li-huang912 @.>; 发送时间:2023年6月7日(星期三) 中午11:00 收件人:"ShenweiXie/PaRK-Detect" @.>; 抄送:"Subscribed @.>; 主题:[ShenweiXie/PaRK-Detect] Hello author, I generate mat according to your preprocess/readme, but the processing speed is very slow, or is there another way to improve the speed? (Issue #2) ----------------------------------- — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you are subscribed to this thread.Message ID: @.>

I try concurrent futures, it doesn't work.