NifTK / NiftyNet

[unmaintained] An open-source convolutional neural networks platform for research in medical image analysis and image-guided therapy
http://niftynet.io
Apache License 2.0
1.36k stars 403 forks source link

remove classification evaluation unit tests #398

Closed wyli closed 5 years ago

wyli commented 5 years ago

Status

READY

Description

classification application's output file type changed to csv format instead of 1-voxel image, therefore image-based output evaluation doesn't apply. This PR disables the relevant evaluation tests.

Types of changes