siyuhuang / TOD

PyTorch Implementation of Temporal Output Discrepancy for Active Learning, ICCV 2021
MIT License
39 stars 4 forks source link

How to run on Cityscapes? #5

Closed Haochen-Wang409 closed 2 years ago

Haochen-Wang409 commented 2 years ago

Hi, thanks for your work. However, this code seems to be only available on classification datasets. How can I run TOD on Cityscapes?

siyuhuang commented 2 years ago

Thanks for your question. The code for Cityscapes is not released. You could refer to https://github.com/fyu/drn and develop AL settings based on it.

Haochen-Wang409 commented 2 years ago

OK, will it be released in the future?

siyuhuang commented 2 years ago

Probably not. It's a bit difficult to incorporate it into current repository.