DEAL
DEAL copied to clipboard
DEAL : Difficulty-awarE Active Learning for Semantic Segmentaion
Although the author give two datasets to choose from, only the cityspaces dataset can be used
Thanks for the work. May I know if there is an explanation for the condition on the value of gamma in this [line](https://github.com/Shuai-Xie/DEAL/blob/06ff3ba29196e276376a9cf8d868d54fd2db2680/model/attention.py#L29) if self.gamma < -0.01: out = x...
There is no function titled `get_test_transforms` in `datasets >> transforms.py`. This function is required in `utils >> calculate_weights.py`.