DonaldRR / SimpleNet

MIT License
402 stars 59 forks source link

How can I show the results like Figure 8 in the paper? #17

Closed thanhthanhhp123 closed 1 year ago

thanhthanhhp123 commented 1 year ago

After training, I have results. Now how can I show the result like in Figure 8. Please help me!!!

DonaldRR commented 1 year ago

Just plot the anomaly map from the output

thanhthanhhp123 commented 1 year ago

Just plot the anomaly map from the output

I see the plot_segmentation_images function in utils.py. Can you help me to use it?