Rafael Toledo

Results 5 comments of Rafael Toledo

this change gets to work to me, @zhyma , thanks. but i'd like to know how `not isinstance(s_prev, list)` is equal to `s_prev == None` ? because, i'm debugging the...

The problem seems that you can't compare an array to a single None. To solve that i compare the class of the object to Nonetype `if s_prev.__class__ == 'NoneType'`, but...

Using only the mask logits did not work for me, it rendered nonsense results. On the other hand, querying positive and negative points from the binary mask yielded a better...

Thank you for your reply @thomasfermi. Yes, I converted all (u, v) coords to XYZ. I see that the only correct XYZ coords would be the ones that the (u,v)...

Sure @praeclarumjj3 , that's the image. ![ADE_train_00002024](https://github.com/SHI-Labs/OneFormer/assets/7942838/68a0c640-5ade-4d3d-b4c7-05b2694126d3)