You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the nice code and comparsion of the real-time segmentation methods, Is the STDCseg is the best method? In other words, if i have a new segmentation job to do, Can i choose STDCSeg brainlessly?
(所以说STDC是目前最牛逼的实时语义分割方法哈? 可以无脑用吧)
The text was updated successfully, but these errors were encountered:
It's hard to say which one is the best. As I said, the tested FPSs depend on many factors, such as different hardware, whether to use cudnn or not etc. In my experiments, without pre-training the backbone, STDC didn't reach reported results (<74%). Indeed, these performances were obtained by using deep supervision (i.e. auxiliary heads). In the same experiment setting, such as DDRNet, FarseeNet should achieve similar performance.
Thank you for the nice code and comparsion of the real-time segmentation methods, Is the STDCseg is the best method? In other words, if i have a new segmentation job to do, Can i choose STDCSeg brainlessly?
(所以说STDC是目前最牛逼的实时语义分割方法哈? 可以无脑用吧)
The text was updated successfully, but these errors were encountered: