haofeixu / aanet

[CVPR'20] AANet: Adaptive Aggregation Network for Efficient Stereo Matching
Apache License 2.0
521 stars 100 forks source link

Getting negative archetypal coordinates #79

Closed schc54 closed 1 year ago

schc54 commented 2 years ago

I thought the archetypal coordinates should be all non-negative and they add up to 1. Any ideas of getting the negative coordinates?

haofeixu commented 2 years ago

Hi @schc54 , can you please give more details? The output ought to be non-negative.

schc54 commented 2 years ago

I tried to run the code with a sequence of images but got some negative values in the output after 50000 iterations. Do you think I should try with more iterations?

haofeixu commented 2 years ago

Which dataset are you using? In the datasets we used in our paper, we didn't observe negative output. Could you attach the training log here?

schc54 commented 2 years ago

I am actually using a movie dataset consists of black and white images. Let me re-run it again and attach the training log here.