All Projects → ocetrac → ocetrac

ocetrac / ocetrac

Licence: MIT License
Python package to label and track unique geospatial features from gridded datasets

Programming Languages

Jupyter Notebook
11667 projects
TeX
3793 projects
python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to ocetrac

YoloV5 JDE TensorRT for Track
A multi object tracking Library Based on tensorrt
Stars: ✭ 39 (+77.27%)
Mutual labels:  multiple-object-tracking
multiple-object-tracking
combine state of art deep neural network based detectors with most efficient trackers to solve motion based multiple objects tracking problems
Stars: ✭ 25 (+13.64%)
Mutual labels:  multiple-object-tracking
object-tracking
Multiple Object Tracking System in Keras + (Detection Network - YOLO)
Stars: ✭ 89 (+304.55%)
Mutual labels:  multiple-object-tracking
TransCenter
This is the official implementation of TransCenter. The code and pretrained models are now available here: https://gitlab.inria.fr/yixu/TransCenter_official.
Stars: ✭ 82 (+272.73%)
Mutual labels:  multiple-object-tracking
DMMN
Deep Motion Modeling Network
Stars: ✭ 69 (+213.64%)
Mutual labels:  multiple-object-tracking
Towards Realtime Mot
Joint Detection and Embedding for fast multi-object tracking
Stars: ✭ 1,948 (+8754.55%)
Mutual labels:  multiple-object-tracking
Multitarget Tracker
Multiple Object Tracker, Based on Hungarian algorithm + Kalman filter.
Stars: ✭ 1,621 (+7268.18%)
Mutual labels:  multiple-object-tracking

ocetrac

Build Status codecov Conda Version pypi downloads Documentation Status License:MIT DOI All platform

Ocetrac is a Python 3.6+ packaged designed to label and track unique geospatial features from gridded datasets. The package is designed to accept data that have already been preprocessed, meaning that the data only contain values the user is interested in tracking. Ocetrac operates lazily with Dask so that it is memory uninhibited and fast through parallelized execution. We provide examples and demonstrate best practices as developed by the Climate Data Science Lab at Columbia University / Lamont-Doherty Earth Observatory.

When using this package, please cite the original software.

Installation

Conda

To install the core package from conda-forge run: conda install -c conda-forge ocetrac

PyPI

To install the core package run: pip install ocetrac.

GitHub

  1. Clone ocetrac to your local machine: git clone https://github.com/ocetrac/ocetrac.git
  2. Change to the parent directory of ocetrac
  3. Install ocetrac with pip install -e ./ocetrac. This will allow changes you make locally, to be reflected when you import the package in Python.

How you can contribute

  • You can get involved by trying ocetrac, filing issues if you find problems, and making pull requests if you make improvements.

Acknowledgements

  • We rely heavily on scikit-image and its community of contributors.
  • This work grew from a collabortion with NCAR during the ASP Graduate Visitor Program attended by Hillary Scannell. This project recieved continued support from the Leonardo DiCaprio Foundation, Microsoft, and the Gordon and Betty Moore Foundation.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].