dyollb / segmantic

Semantic segmentation and image-to-image translation based on AI
https://dyollb.github.io/segmantic/
MIT License
1 stars 3 forks source link

🐛 fix type comparison for casting to path #26

Closed dyollb closed 2 years ago

dyollb commented 2 years ago

What do these changes do?

Running python scripts\run_monai_unet.py train-config -c C:\Path\To\config.json was failing (on Windows) because path from json file was not casted to pathlib.Path.

Related issue/s

How to test

Run unet train-config on Windows.

Checklist