MAST icon indicating copy to clipboard operation
MAST copied to clipboard

How to process memories frame by frame

Open ruoqi77 opened this issue 4 years ago • 4 comments

Sorry to bother. Another question. So far, my experience in coding is not so much. I want to reduce the memories by changing codes to process frame by frame but don't know how. Could you please give me some hints? Thank you so much!

ruoqi77 avatar Jul 01 '20 02:07 ruoqi77

You can add an extra option --ref 2 when you test.

zlai0 avatar Aug 04 '20 01:08 zlai0

You can add an extra option --ref 2 when you test.

But this will make the performance drop, I mean how to process memories frame by frame while preserving the accuracy, like you said in readme.

ruoqi77 avatar Aug 05 '20 01:08 ruoqi77

So sorry to bother, I have another question. In model/colorizer.py lines 45-46, I fail to figure out why do you add one-hot operation in inference stage?Looking forward to your reply!

ruoqi77 avatar Aug 29 '20 09:08 ruoqi77

This is to enable multi-object tracking in a single inference's time (DAVIS, Youtube-VOS). Basically each one-hot label represents an instance label.

zlai0 avatar Dec 16 '20 07:12 zlai0