Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eiln/ane-ex
https://github.com/eiln/ane-ex
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/eiln/ane-ex
- Owner: eiln
- License: mit
- Created: 2023-02-22T23:07:54.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-05-09T03:32:19.000Z (over 1 year ago)
- Last Synced: 2024-08-01T16:45:44.060Z (3 months ago)
- Language: Jupyter Notebook
- Size: 2.69 MB
- Stars: 15
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ANE Examples
# Notebooks
### Object Detection - [yolov5](https://github.com/ultralytics/yolov5)
### Super Resolution - [srgan](https://github.com/john-rocky/CoreML-Models#srgan)
512 x 512 | 2048 x 2048
:-------------------------:|:-------------------------:
![](assets/srgan-512.jpg) | ![](assets/srgan-2048.jpg)### Semantic Segmentation - [fcn_resnet50](https://pytorch.org/vision/main/models/generated/torchvision.models.segmentation.fcn_resnet50.html)