TRACER icon indicating copy to clipboard operation
TRACER copied to clipboard

TRACER: Extreme Attention Guided Salient Object Tracing Network (AAAI 2022) implementation in PyTorch

Results 14 TRACER issues
Sort by recently updated
recently updated
newest added

hi,thank you for your excellent work,I don't understand the following formula. Can you explain it for me? 1、Why does equation 8 need to be multiplied by yij? This will cause...

How would one export this model to ONNX? It keeps hanging for me while trying to export it

Hey! Loved the paper. Have you tried doing a comparison to U2Net? As for now, it's considered the state-of-the-art in SOD. I was wondering if you tested against it.

Hi, There was a line where it was directly written as `.cuda()` to push the structure to GPU. I have changes it to `.to(device)`. Since the models were trained with...

Can you upload the result file for evaluating the performance?

Hello. Thank you for your wonderful research. I want to extend your methodology to multi-class classification. Is this possible? If possible, could you give me some implementation tips?

Hello, Thank you for your amazing work. I had an issue while trying to train the model on 4 GPUs. The trace is as shown below. I however was able...

Thank you for your great work. Can I know what dataset you used to train the weight that you are public?

Hi, when i try to train on a custom dataset I got this error. @Karel911 C:/cb/pytorch_1000000000000/work/aten/src/ATen/native/cuda/Loss.cu:102: block: [0,0,0], thread: [0,0,0] Assertion `input_val >= zero && input_val = zero && input_val...

I put some images which does not have label in it i.e completely black mask with respect to those images and the output of it is tensors having nan's instead...