Open ZXYFrank opened 1 year ago
Hi! Thanks for your work. 🎉
However, I find this part of code a little confusing
https://github.com/megvii-research/MOTR/blob/8690da3392159635ca37c31975126acf40220724/models/motr.py#L614
What's the purpose of specifying frame_index < len(frames) - 2:.
frame_index < len(frames) - 2:
Hi! Thanks for your work. 🎉
However, I find this part of code a little confusing
https://github.com/megvii-research/MOTR/blob/8690da3392159635ca37c31975126acf40220724/models/motr.py#L614
What's the purpose of specifying
frame_index < len(frames) - 2:
.