All notable changes to this project will be documented in this file.
- Travis now only runs deployments to GitHub and Maven Central for tagged commits.
- Fixed the failing Travis build related to a Nexus write error.
- The DEFCoN-ImageJ jars are now hosted on Maven Central.
- Two new methods were added to the
Predictor
interface:getLocalCountMap()
andgetMaximumLocalCount()
. These allow for a more flexible means for computing maximum local counts than the TensorFlow implementation.
- The
DefaultPredictor
class now automatically crops the input image to dimensions that are a multiple of four.
- Moved the exceptions associated with the
Predictor
interface into the publicpredictors
package.
- Decoupled the core density map estimation routine into a
Predictor
interface andDefaultPredictor
implementation.
- Initial project files.