DonaldRR / SimpleNet

MIT License
429 stars 63 forks source link

Where to find visulization results ? #43

Closed Abhijeet241093 closed 10 months ago

Abhijeet241093 commented 10 months ago

Code is running but it does not return visualization results for image and segmented mask?

INFO:main:Training models (1/1) Not enough points to compute AUC.
INFO:main:Instance AUROC: 0.998 INFO:main:Full Pixel AUROC: 0.923 INFO:main:Anomaly Pixel AUROC is None. Skipping logging. INFO:main:instance_auroc: 0.998 INFO:main:full_pixel_auroc: 0.923 INFO:main:anomaly_pixel_auroc: None INFO:main:


INFO:utils:instance_auroc: 0.998 INFO:utils:full_pixel_auroc: 0.923 /home/radhakrishna/SimpleNet/utils.py:170: RuntimeWarning: Mean of empty slice mean_metrics[result_key] = np.nanmean(filtered_results) INFO:utils:anomaly_pixel_auroc: nan

Abhijeet99999 commented 10 months ago

Issues is unresolved

DonaldRR commented 10 months ago

Pls READ the code.

Parkkkkk commented 9 months ago

@Abhijeet241093 Please edit the file path for your check_file in that section.

simplenet.py 389 Line -> ckpt_path = os.path.join()