vpulab / Semantic-Aware-Scene-Recognition

Code repository for paper https://www.sciencedirect.com/science/article/pii/S0031320320300613 @ Pattern Recognition 2020
MIT License
102 stars 17 forks source link

noisy_annotations vs noisy_scores #5

Closed arjung128 closed 4 years ago

arjung128 commented 5 years ago
|----images
    |--- training
        ADE_train_00000001.jpg
        ...
    |--- validation
        ADE_val_00000001.jpg
        ...
|----noisy_annotations_RGB
    |--- training
        ADE_train_00000001.png
        ...
    |--- validation
        ADE_train_00000001.png
        ...
|----noisy_scores_RGB
    |--- training
        ADE_train_00000001.png
        ...
    |--- validation
        ADE_train_00000001.png
        ...

The difference between the images folder and the other two folders seems to be .jpg vs .png. But what's the difference between the noisy_annotations_RGB folder and the noisy_scores_RGB folder? Or is there a typo?

And the validation folders of the noisy_annotations_RGB and noisy_scores_RGB folders should not contain train set files, as shown above, right?

alexlopezcifuentes commented 5 years ago

Indeed, that was a typo in the validation file names. I have updated the documentation.

The difference between noisy_annotations_RGB folder and the noisy_scores_RGB folder is the following:

piaohe111 commented 4 years ago

@arjung128 do you know what the semantic score mean ? and how to get this value?