Metadata-Version: 2.4
Name: msight_vision
Version: 0.1.0
Summary: 2D detection module for the MSight roadside perception system
Author-email: Rusheng Zhang <rushengz@umich.edu>
License: MIT
Project-URL: Homepage, https://github.com/michigan-traffic-lab/MSight_Vision
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: opencv-python
Requires-Dist: matplotlib
Requires-Dist: geopy
Requires-Dist: filterpy
Requires-Dist: ultralytics

# MSight 2D Detection Library

# Installation
## 1. Install pre-requirment
This library is based on Pytorch, please follow the [the Pytorch official website](https://pytorch.org/) to install the the correct Pytorch version that is compatible with you machine's CUDA configuration.

## 2. MSight dependency
### MSight Base
This library is based on [msight_base](https://github.com/michigan-traffic-lab/MSight_base), please follow the guidance to install them.

## MSight Edge (Optional)
If you want to use the packed node of this library, you need to install [msight_edge](https://github.com/michigan-traffic-lab/MSight_Edge2), follow the instruction and install it.
