https://github.com/oneflow-inc/oneflow_vision_model
https://github.com/oneflow-inc/oneflow_vision_model
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/oneflow-inc/oneflow_vision_model
- Owner: Oneflow-Inc
- License: apache-2.0
- Created: 2020-10-13T06:54:44.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2021-10-25T06:26:56.000Z (over 4 years ago)
- Last Synced: 2025-04-17T07:17:47.628Z (about 1 year ago)
- Language: Python
- Size: 162 MB
- Stars: 10
- Watchers: 48
- Forks: 13
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)