An open API service indexing awesome lists of open source software.

https://github.com/oneflow-inc/oneflow_vision_model


https://github.com/oneflow-inc/oneflow_vision_model

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Vision Model Zoo

The algorithms is implemented with old lazy interface.
In this repo, we supply several computer vision applications based on OneFlow, including:

* [Re-ID](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/Re-ID)
* [DCGAN](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/DCGAN)
* [Pix2Pix](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/Pix2Pix)
* [SRGAN](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/SRGAN)
* [Face Segmentation](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/face_seg)
* [Action Recognition](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/TSN)
* [Restrack(Yolov3)](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/restrack)
* [TTSR](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/TTSR)
* [AP3D](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/AP3D)
* [GhostNet](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/ghostnet)
* [HRNet](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/Hrnet)
* [LeNet](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/LeNet)
* [Scnet](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/Scnet)
* [poseNet](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/poseNet)
* [TCA](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/TCA)
* [MobileNetV3](https://github.com/Oneflow-Inc/oneflow_vision_model/tree/main/MobileNetV3)

The details of each project can be found in the corresponding folders.

## License
[Apache License 2.0](LICENSE)