# Reinforement Structure Analysis

> Source: <https://discuss.huggingface.co/t/reinforement-structure-analysis/176541#post_9>
> Published: 2026-07-06 16:44:12+00:00

Hi,[shamindramle](https://discuss.huggingface.co/u/shamindramle).

I once led a research team working on a similar project. I think your question is a little bit tricky. Because any solution to your question can be used to solve practical matters. For example my research project was about molecular structure analysis using images, which includes counting numbers of particles in a certain area of an image.

Anyway, I can give you some tips.

I don’t care about what sort of models or methods you use for this matter.

First :Simple depth-finding model can’t work here.

Second :Instead you can use a volume seek(this name couldn’t be official, because this was one we called in our team) model or algorithm if you know or can develop one.(Accuracy only up to 82.6%, no further research work in our team)
