Reinforement Structure Analysis
Hugging Face Forums [Unofficial]
June 4, 2026
I’m working on an AI/ML solution to automatically count the number of horizontal iron bars in rebar cage images taken at construction sites.
The challenge is that a single image contains:
- Front-face horizontal bars (the ones that should be counted),
- Rear bars visible through the cage,
- Interior bars and stirrups,
- Heavy occlusion and overlapping steel members.
For example, in the attached image, a human inspector would count only the front-facing horizontal iron bar levels.
My questions are:
- What would be the most robust approach to distinguish front-face bars from interior/rear bars in a single RGB image (or multiple if required)?
- Has anyone solved a similar problem involving dense repetitive construction structures and occlusion?
- Would monocular depth estimation (e.g., Depth Anything, MiDaS) be sufficient?
- Are there classical CV techniques that could outperform deep learning for this specific task?
- If you were building a production-grade solution, how would you structure the pipeline?
Any suggestions, papers, datasets, or practical experiences would be greatly appreciated. It is not necessary that I have to stick to CV classical approach only.
Attached image for reference (example : one green mark means one horizontal bar).
Discussion in the ATmosphere