Hi
we would like to use a rpi camera (wide angle) mounted on the ceiling of a small room, to see if there are objects in the room and how much space they occupy. The final goal is to provide a percentage of space occupied in the room to another system.
So it’s not really object classification…as it can be any object there. We are thinking of fast sam or depth estimation.
But it’s not too clear how to use compiled models like the one described in the github rep (from model zoo)
HAILO8L_depth_estimation.rst
I also tried v2.10.0 and it worked.
Is there an example code to run depth estimation live on a rtsp stream?
Also any example code in python that uses scdepthv3.hef ?
Not currently, depending on the demand we may add it in the future, but so far it hasn’t been highly requested.
Implementing such a scdepthv3 Python script is quite simple though. You can take any of our Python examples and switch the post process to perform the below:
How to modify the depth_estimation.cpp in Hailo application code examples to provide an output like an array of depth for each pixel in the image, frame by frame? This would be useful to evaluate if a room is empty or occupied by a certain percentage