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 1.3 kB

5 years ago
5 years ago
5 years ago
5 years ago
123456789101112131415161718192021222324252627282930313233
  1. # 之江天枢-算法端
  2. **之江天枢一站式人工智能开源平台**(简称:**之江天枢**),包括海量数据处理、交互式模型构建(包含Notebook和模型可视化)、AI模型高效训练。多维度产品形态满足从开发者到大型企业的不同需求,将提升人工智能技术的研发效率、扩大算法模型的应用范围,进一步构建人工智能生态“朋友圈”。
  3. ## 算法部署
  4. 部署请参考 http://tianshu.org.cn/?/course 中文档**部署数据处理算法**
  5. ## 代码结构:
  6. ```
  7. ├── LICENSE
  8. ├── README.md
  9. ├── algorithm-annotation.py #目标检测和图像分类算法
  10. ├── algorithm-imagenet.py #图像分类中imagenet标签处理算法
  11. ├── algorithm-imgprocess.py #数据增强算法
  12. ├── algorithm-ofrecord.py #ofrecord数据转换算法
  13. ├── algorithm-track.py #跟踪算法
  14. ├── algorithm-videosample.py #视频采样算法
  15. ├── annotation.py
  16. ├── common #基础工具
  17. ├── data
  18. ├── imagenet.py
  19. ├── imgprocess.py
  20. ├── luascript
  21. ├── of_model #oneflow模型文件
  22. ├── ofrecord.py
  23. ├── predict_with_print_box.py
  24. ├── taskexecutor.py
  25. ├── track.py
  26. ├── track_only
  27. └── videosample.py
  28. ```

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

Contributors (1)