Initial stable release for EM providers
This is the first stable release for use by EM providers. For issues contact the developers at [email protected].
In addition to the Windows x64 binaries provided here, a Docker image is also available for download from DockerHub with:
docker pull cvisionai/openem:v0.1.0
Note that the Windows binaries were linked to dynamic libraries, so to run them you will need to install OpenCV, Tensorflow, CUDA, and CuDNN and make sure they are in your system path. Versions of these with links are documented in the build instructions.
New in this release:
- Fully functional training library
- End to end tutorial covering training and deployment
- Test scripts for evaluating trained model performance
- Docker image to support Linux and macOS applications