Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Counting objects is a learning task common to many applications, from video sourveillance surveillance to agriculture 4.0, not to mention studies in life-sciences and medicine. However, this task is typically performed manually by domain experts, becoming very demanding in terms of time and human resources. Also, this increases the chances of errors due to distraction or fatigue.

This use-case deals with an approach to automate recognition and counting of objects in images. Specifically, we frame the problem as a *semantic segmentation* task and we use the the c-Resunet network architecture, taking the Fluorescent Neuronal Cells dataset as a benchmark.

The material is organized into notebooks that cover every stage of a realistic data analysis pipeline. In particular, a great deal of attention is devoted to EDA both to expose the challenges of the dataset and to evaluate the results. Likewise, technical aspects of the fastai implementation are detailed.

For a full course, please check: https://deeplearningitalia.com/corsi/cell-counting-resunet-c0043/

How to execute it

Simply clone the repository https://github.com/clissa/object-counting-ML-INFN and follow the instructions in installation_instructions.txt to set up your workspace. Then download the data as described in the notebook 01. Exploratory Data Analysis.ipynb. Each step of the analysis is detailed in a dedicated notebook under the folder notebooks .

...