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

https://github.com/hereariim/deep-image-processing

Hands on for academic lecture
https://github.com/hereariim/deep-image-processing

Last synced: 10 months ago
JSON representation

Hands on for academic lecture

Awesome Lists containing this project

README

          

# Deep-image-processing
Hands on for academic lecture

This lecture focus on the use of codes to run and assess deep model. We are interested on image classification and image segmentation. In view of the range of existing models, we use a classical architecture: CNN and UNet.

## Image classification

## Image segmentation

Data :
- [Nuclei data](https://drive.google.com/file/d/1ZNoqmFJVK-1n9CtgfNI1B2UrKs_5aZRA/view?usp=drive_link)
- [BCCD](https://www.kaggle.com/datasets/jeetblahiri/bccd-dataset-with-mask?resource=download)

## Object detection and Foundation model

Data :

- [Apple](https://uabox.univ-angers.fr/s/XWRYs3j7Aw8T9f7/download/Apple.zip)

Liens utiles :

- [DINO](https://deepdataspace.com/playground/grounding_dino)
- [Yolov11](https://docs.ultralytics.com/fr/models/yolo11/)
- [Hyperparamètres](https://docs.ultralytics.com/modes/train/#train-settings)
- [Prediction](https://docs.ultralytics.com/modes/predict/#key-features-of-predict-mode)

### Deploying model with Napari for public usage

Nous allons travailler sur Napari. Si vous êtes muni de votre PC portable, vous devez installer anaconda puis napari (consignes d'installation dans l'exercice 1).

### Conclusion