We should upload a readily trained model to a server so easy and fast classifications are possible.
> from bb_tracking import track
> repo = Repository('2015-09-15')
> tracks = track(repo)
# -- model not ready -- #
# -- downloading from http://biorobotics-server.com/bb_tracking_v0.14_model.gzip -- #
> len(tracks)
1337
This would be a nice addition since most people dont need to know what bb_tracking does and only want tracks.
We should upload a readily trained model to a server so easy and fast classifications are possible.
This would be a nice addition since most people dont need to know what bb_tracking does and only want tracks.