-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat(flow-rs): add opr * improvement(flow-plugin): use ffmpeg rev * fix(workflows): update build env Co-authored-by: MegEngine <megengine@megvii.com>
- Loading branch information
1 parent
be14073
commit c8a46d3
Showing
77 changed files
with
1,413 additions
and
1,488 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
MegFlow application refers: | ||
* [MegEngine](https://github.com/megengine/megengine) | ||
* [Models](https://github.com/megengine/models) | ||
* [onnx](https://github.com/onnx/onnx) | ||
* [YOLOX](https://github.com/Megvii-BaseDetection/YOLOX) | ||
* [AlignedReID](https://github.com/huanghoujing/AlignedReID-Re-Production-Pytorch) | ||
* [MEMD](https://github.com/megvii-research/MEMD) | ||
|
||
MegFlow visualization refers: | ||
* [flv.js](http://bilibili.github.io/flv.js/demo/) | ||
|
||
MegFlow Python: | ||
* [OpenCV](https://github.com/opencv/opencv) | ||
* [numpy](https://github.com/numpy/numpy) | ||
* [loguru](https://pypi.org/project/loguru/) | ||
* [scipy](https://github.com/scipy/scipy) | ||
* [redis](https://github.com/redis/redis) | ||
|
||
MegFlow Rust refers: | ||
* [anyhow](https://github.com/dtolnay/anyhow) | ||
* [async-std](https://github.com/async-rs/async-std) | ||
* [async-channel](https://github.com/smol-rs/async-channel) | ||
* [clap](https://github.com/clap-rs/clap) | ||
* [concurrent-queue](https://github.com/stjepang/concurrent-queue) | ||
* [ctrlc](https://github.com/Detegr/rust-ctrlc.git) | ||
* [ctor](https://github.com/mmastrac/rust-ctor) | ||
* [dyn-clone](https://github.com/dtolnay/dyn-clone) | ||
* [event-listener](https://github.com/stjepang/event-listener) | ||
* [ffmpeg-next](https://github.com/zmwangx/rust-ffmpeg) | ||
* [hyper](https://github.com/bluss/hyper) | ||
* [headers](https://github.com/bluss/headers) | ||
* [image](https://github.com/image-rs/image) | ||
* [indexmap](https://github.com/bluss/indexmap) | ||
* [lazy-static](https://github.com/rust-lang-nursery/lazy-static.rs) | ||
* [mime](https://github.com/hyperium/mime) | ||
* [numpy](https://github.com/rust-numpy/rust-numpy) | ||
* [oneshot](https://github.com/faern/oneshot) | ||
* [proc-macro2](https://github.com/dtolnay/proc-macro2) | ||
* [pretty-env-logger](https://github.com/seanmonstar/pretty-env-logger) | ||
* [pyo3](https://github.com/pyo3/pyo3) | ||
* [quote](https://github.com/dtolnay/quote) | ||
* [rand](https://github.com/rust-random/rand) | ||
* [rweb](https://github.com/kdy1/rweb) | ||
* [serde](https://github.com/serde-rs/serde) | ||
* [serde_json](https://github.com/serde-rs/json) | ||
* [stackful](https://github.com/nbdd0121/stackful) | ||
* [syn](https://github.com/dtolnay/syn) | ||
* [toml](https://github.com/alexcrichton/toml-rs) | ||
* [urlencoding](https://github.com/kornelski/urlencoding) | ||
* [warp](https://github.com/seanmonstar/warp) |
Oops, something went wrong.