KU-CVLAB / CAT-Seg

Official Implementation of "CAT-Seg🐱: Cost Aggregation for Open-Vocabulary Semantic Segmentation"
https://ku-cvlab.github.io/CAT-Seg/
MIT License
247 stars 25 forks source link

Could you please share the training log file? #2

Closed dzh19990407 closed 1 year ago

dzh19990407 commented 1 year ago

Thanks for your appealing work! Could you please share the training log of the corresponding released model (e.g., CAT-Seg (B))for reference?

hsshin98 commented 1 year ago

Here's the training log for our ViT-B/16 model, trained with 4x RTX 3090 GPUs!

https://drive.google.com/file/d/1U2Q6Ybr2hBL4XSbUDeGmsFjdY451Ygnx/view?usp=share_link

dzh19990407 commented 1 year ago

Thank you very much!

caddyless commented 1 year ago

Could you please tell me how to open this file? I open it and find all the disordered chars.

dzh19990407 commented 1 year ago

Could you please tell me how to open this file? I open it and find all the disordered chars.

You could open it with tensorboard --logdir=./ after install tensorboard with pip or conda.