Hello!
It is my first time working on a computer vision project. The goal is to detect people handling objects and classify the mishandling cases.
The project is not using real time streaming videos, it processes batches of videos every hour. There are many cameras that capture different angles and there are people and objects at different distances of the camera.
The team tried using some open source libraries but sometimes, objects that are not being manipulated in the video are classified as being manipulated because people appear in the background of the video, far from the camera, but with their hands close to the object in the image.
In other cases, objects moving on a conveyor belt in the factory are classified as mishandled due to high acceleration, but in reality the object is moving at a constant speed.
I am thinking about starting the project from scratch, and I became very interested in some things I saw on NVIDIA’s computer vision page, especially Metropolis and Jetson. However, there are so many tools that I do not know which ones to use or where to start.
Could you tell me which tools are the most suitable and which tutorials I should start with? How are object manipulation classifications usually done? Are there specific libraries for this, or is there any NVIDIA tool that already incorporates this kind of functionality?