z-x-yang / Segment-and-Track-Anything

An open-source project dedicated to tracking and segmenting any objects in videos, either automatically or interactively. The primary algorithms utilized include the Segment Anything Model (SAM) for key-frame segmentation and Associating Objects with Transformers (AOT) for efficient tracking and propagation purposes.
GNU Affero General Public License v3.0
2.83k stars 340 forks source link

aot folder is differenct with offical repo #73

Closed zhangming8 closed 1 year ago

zhangming8 commented 1 year ago

Hi, thanks for your greate work. I found that your "aot" folder is different with official repo (https://github.com/yoxu515/aot-benchmark/tree/main) Such as, your add "max_len_long_term" param in your repo. So, can the weight trained by the official repo be used here?

LiNO3Dy commented 1 year ago

Thank you for your question. Yes, we believe it should be possible to use the weights trained by the official repository. Although we have added some adjustable parameters to our code, we have not modified the model architecture or retrained the official weights. Therefore, the official weights should still be compatible with our code.

zhangming8 commented 1 year ago

Yeah, got it, thanks