xuxw98 / ESAM

EmbodiedSAM: Online Segment Any 3D Thing in Real Time
https://xuxw98.github.io/ESAM/
216 stars 14 forks source link

Evaluate code requests and questions about parallel computing #26

Open Xin200203 opened 2 days ago

Xin200203 commented 2 days ago

Very inspiring work. Could you please make your accuracy evaluation code public? I hope to be able to reproduce your experiments to learn better. By the way, your part about parallel computing is very eye-opening to me, but I don't fully understand it. I wonder if you can point this out to me with the code. Thank you very much!

xuxw98 commented 2 days ago

The evaluation code is already released. You can refer to here for training and evaluation.

For parallel computing, I guess you mean our mask merging strategy. We convert mask merging to token merging for efficient computing. You can refer to here for more details.