Conversation
Solve the problem of mismatch in the number of return values in special cases.
|
@lartpang ,Thanks for creating this merge request. Could you point out when the bug would be trigged so that I can test the bug in my end? |
|
This is what happens when I run the code on my own dataset. In the original code, the code will go into this ov-seg/open_vocab_seg/modeling/clip_adapter/adapter.py Lines 179 to 180 in 36f49d4 Then, go to the following code and the return value of ov-seg/open_vocab_seg/modeling/clip_adapter/adapter.py Lines 126 to 128 in 36f49d4 Finally, the return value is also wrong in these code: ov-seg/open_vocab_seg/ovseg_model.py Lines 236 to 239 in 36f49d4 So I changed the form of these return values. |
|
Looking forward to your response. |
|
Thanks!met the same problem |
Solve the problem of mismatch in the number of return values in special cases.