I just started learning computer vision(newbie to neutral network)
If I want to make detect whether a human holding an umbrella or not with a pre-trained human model with an intel open vino model,
First, I train umbrella images Second, Convert TensorFlow model to the Intel Open Vino model
Third, I am pretty lost here I am not sure how to run my model with the pre-trained model. For example, what I want at the end is that if a human is holding an umbrella, then (human holding an umbrella with a rectangular box) and if not, it says no human holding umbrella... in a box.