cvlab-epfl / detecting-the-unexpected

Detecting the Unexpected via Image Resynthesis
Other
56 stars 10 forks source link

undefined variable CTC_ROI #4

Open RamyaRaghuraman opened 4 years ago

RamyaRaghuraman commented 4 years ago

Hi @adynathos ,

I would like to know what the variable CTC_ROI is, from src/a05_differences/experiments.py As far as I searched, I cannot see it being declared anywhere.

adynathos commented 4 years ago

It is in src/a05_differences/transforms.py.

CTC_ROI is the region of interest associated with the Cityscapes vehicle/camera setup. For example, it excludes the ego vehicle from evaluation. Since Lost And Found does not provide that kind of ROI, but uses a similar vehicle, we reuse the Cityscapes ROI.

By default it is stored in DIR_DATA/cityscapes/roi.png