LiheYoung / UniMatch

[CVPR 2023] Revisiting Weak-to-Strong Consistency in Semi-Supervised Semantic Segmentation
https://arxiv.org/abs/2208.09910
MIT License
478 stars 60 forks source link

training_logs中的log文件名字前的数字含义 #43

Closed TuBG closed 1 year ago

TuBG commented 1 year ago

您好,请问一下training_logs中的log文件名字前的数字代表什么含义呢?例如training-logs/Pascal-VOC-2012/High-Quality-Split-Size321/ResNet-101/下的1464-run1.log、183-run1.log、366-run1.log中的1464,183,366。

LiheYoung commented 1 year ago

你好,正如我们表格head中所示,183, 366, 1464这些表示labeled images的数量。

TuBG commented 1 year ago

好的,感谢您的回答!