smistad / FAST

A framework for high-performance medical image processing, neural network inference and visualization
https://fast.eriksmistad.no
BSD 2-Clause "Simplified" License
441 stars 102 forks source link

problems when computing GVF #106

Closed morgan-bc closed 5 years ago

morgan-bc commented 6 years ago

Hi, FAST developers, I'm trying to use FAST to segment lung vessel from CT, but problems occurred. The program throw an exception when computing GVF as follows:

terminate called after throwing an instance of 'cl::Error'
  what():  clEnqueueNDRangeKernel

My platform is Ubuntu 16.04, GTX1060. Dose anyone know what cause the problem ?

smistad commented 6 years ago

This might be because 1) Your GPU runs out of memory or 2) Your CT volume is larger than the maximum ND range kernel size for you GPU.

smistad commented 5 years ago

Closing due to inactivity