You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 573 B

5 years ago
123456789101112131415161718192021222324252627282930
  1. # 数据处理模块
  2. 该模块提供平台数据处理中自动标注、多目标跟踪、数据增强以及OFRecord转换服务
  3. ## 依赖
  4. - opencv-python
  5. - numpy
  6. - web.py
  7. - oneflow
  8. - Pillow
  9. - scipy
  10. ## 服务启动
  11. - 自动标注
  12. ```bash
  13. python oneflow/run_label_server.py -p xxxx -m xxx
  14. python oneflow/imagenet_server.py -p xxxx -m xxx
  15. ```
  16. - 数据增强
  17. ```bash
  18. python oneflow/img_process_server.py -p xxxx -m xxx
  19. ```
  20. - 目标跟踪
  21. ```bash
  22. python oneflow/track_srver.py -p xxxx -m xxx
  23. ```
  24. - OFRecord转换
  25. ```bash
  26. python oneflow/ofrecord_server.py -p xxxx -m xxx
  27. ```

一站式算法开发平台、高性能分布式深度学习框架、先进算法模型库、视觉模型炼知平台、数据可视化分析平台等一系列平台及工具,在模型高效分布式训练、数据处理和可视分析、模型炼知和轻量化等技术上形成独特优势,目前已在产学研等各领域近千家单位及个人提供AI应用赋能

Contributors (1)