CASIA-IVA-Lab/Obj2Seq

Why use sort in prompt indicator?

Opened this issue · 1 comments

cls_idx.append(sorted_idx[:n_train].sort().values)

Hello, in your code, why use sort function to sort the class idx by their class id?

sort does not have any impact on the training of object detection or pose estimation.
However, it would help us organize code if we want to train these two tasks with the same input data, which is not ready for release.