https://github.com/mindspore-courses/computer_vision
https://github.com/mindspore-courses/computer_vision
computer-vision mindspore vision
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mindspore-courses/computer_vision
- Owner: mindspore-courses
- License: apache-2.0
- Created: 2022-09-11T13:38:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-11T13:40:49.000Z (over 2 years ago)
- Last Synced: 2025-04-18T17:19:13.145Z (about 1 month ago)
- Topics: computer-vision, mindspore, vision
- Language: Jupyter Notebook
- Homepage:
- Size: 4.2 MB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Computer Vision
基于MindSpore开源深度学习框架的实验指导,仅用于教学或培训目的。
部分内容来源于开源社区、网络或第三方。如果有内容侵犯了您的权力,请通过issue留言,或者提交pull request。
请前往[MindSpore开源社区](https://www.mindspore.cn/)获取更多视频和文档教程。
## 内容
1. [FashionMNIST图像分类[MLP]](feedforward)
2. [CIFAR-10图像分类[ResNet50]](resnet50)
3. [FashionMnist图像分类[Lenet5]](fashion_mnist_classification)
4. [fashion_mnist_regularization_contrast](fashion_mnist_regularization_contrast)
5. [花卉分类[MobileNetV2]](fine_tune)
6. [人、脸、口罩检测[YOLOV3][ResNet18]](yolov3)
8. [生物图像分割[U-Net]](unet)
9. [语义分割[DeepLabV3]](deeplabv3)
10. [肿瘤检测](cancer_detection_demo)
11. [maskrcnn](maskrcnn)
12. [人体姿态检测](openpose)
13. [模型对抗攻击](https://mindspore.cn/tutorials/application/zh-CN/r1.7/cv/fgsm.html)