SBU-BMI / quip_cnn_segmentation

CNN based segmentation codes
BSD 3-Clause "New" or "Revised" License
47 stars 17 forks source link

Fix issues with newer scipy and Windows platforms #12

Open Banus opened 2 years ago

Banus commented 2 years ago

Using consistently IO operations from the utils module, which offers a fallback to OpenCV if functions from scipy.misc are not available and avoids errors with newer scipy versions.

Also using system-dependent separator when splitting paths to avoid hard-to-debug errors on Windows platforms.