Right now the function just iterates over a list of files one at a time and:
- Converts the image to a tfrecord
- Calls the CXR foundation API
- Writes the output to disk
This is highly parallelizable and a simple call to multiprocessing may speed things up a lot.
Right now the function just iterates over a list of files one at a time and:
This is highly parallelizable and a simple call to multiprocessing may speed things up a lot.