liznerski
liznerski
Hey. Did you install FCDD properly ([see here](https://github.com/liznerski/fcdd#installation)), and if you used a virtual environment, did you activate it before executing the scripts?
Hey. It's RGB since we use Pillow to load and process the images. However, some functionalities for displaying and storing images like the heatmaps use OpenCV instead, for which the...
The pixel-wise score is actually just A(X). If you got confused by [this line](https://github.com/liznerski/fcdd/blob/master/python/fcdd/training/bases.py#L147), note that it computes the mean over the channels and since there is just one channel,...
This seems to be the same issue as #18. You can either switch to Linux, or you use the [windows](../../tree/windows) branch of this repository and move the **ADImageFolderDataset.extract_mean_std** function our...
Well... The heatmaps need to be normalized so that they can be interpreted as images; the values need to be in [0, 1]). We provide "locally normalized" heatmaps, where each...
Hi. Without further information about your application, this is hard to answer. In general, as with all ML models, the performance relies on the quantity and quality of data. For...