Karel911 / TRACER

TRACER: Extreme Attention Guided Salient Object Tracing Network (AAAI 2022) implementation in PyTorch
Apache License 2.0
195 stars 41 forks source link

how to create the edge mask #7

Closed hackkhai closed 2 years ago

hackkhai commented 2 years ago

Can you please share the code for creating the edge data from the alpha layer, so that we could retrain it with our own data Thanks!

Karel911 commented 2 years ago

Hi, We have released the edge_generator.py. Now you can apply it to your own dataset.

Thanks.

hackkhai commented 2 years ago

Thanks!