An open API service indexing awesome lists of open source software.

https://github.com/mateuszk098/computer-vision-nets

Some neural network architectures implementation.
https://github.com/mateuszk098/computer-vision-nets

deep-learning neural-networks python pytorch resnet yolo

Last synced: 2 months ago
JSON representation

Some neural network architectures implementation.

Awesome Lists containing this project

README

        

# **Computer Vision Nets**

![Static Badge](https://img.shields.io/badge/python-3.13-blue?style=for-the-badge&logo=python&logoColor=white&color=%234584b6)
![GitHub last commit](https://img.shields.io/github/last-commit/mateuszk098/computer-vision-nets?style=for-the-badge&color=%23fa9537)

Some neural network architectures implementation:

- ResNet (Deep Residual Learning for Image Recognition) →
- YOLOv1 (You Only Look Once: Unified, Real-Time Object Detection) →
- YOLOv2 (YOLO9000: Better, Faster, Stronger) →
- Variational Autoencoder (Auto-Encoding Variational Bayes) →
- UNet (U-Net: Convolutional Networks for Biomedical Image Segmentation) →

Build the project with uv → :

```bash
# If cuda is available.
uv sync --extra cu126
```

```bash
# If cuda is not available.
uv sync --extra cpu
```