PengtaoJiang / OAA-PyTorch

The PyTorch Code for our ICCV 2019 paper "Integral Object Mining via Online Attention Accumulation"
58 stars 10 forks source link

The segmentation results #6

Closed zwy1996 closed 3 years ago

zwy1996 commented 3 years ago

Hi,

Nice work! I am sorry to bother you, when I used your pytorch code of oaa, I executed all instructions that you offered but I couldn't get the segmentation results, should I use something code of caffe version or I need to executed other instructions?

Thanks very much!

PengtaoJiang commented 3 years ago

Hi, the oaa-pytorch code only enables the online attention accumulation process. You can use the proxy code to generate proxy labels then train a deeplab model.

发件人:zwy1996 notifications@github.com 发送日期:2020-12-05 16:23:17 收件人:PengtaoJiang/OAA-PyTorch OAA-PyTorch@noreply.github.com 抄送人:Subscribed subscribed@noreply.github.com 主题:[PengtaoJiang/OAA-PyTorch] The segmentation results (#6)

Hi, Nice work! I am sorry to bother you, when I used your pytorch code of oaa, I executed all instructions that you offered but I couldn't get the segmentation results, should I use something code of caffe version or I need to executed other instructions? Thanks very much! — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

zwy1996 commented 3 years ago

OK, Thank you very much!