Please add some videos on object detection

In all the videos we used standard csv files.But now on kaggle I am encountering xml files. moreover, there was no project based on object detection etc. Please can you help in someway. I was building face mask detector for a hackathon.

if you are familiar with working on CSV files for object detection , then just try to convert those xml files into cvs files using xml python library and perform your rest of the task on CSV itself.

major issue is with bounding box in object detection. I have converted the Data but now I don’t know how to train face detection model using that bounding box.

just search and understand the tensorflow object detection api , if you just to want to have a upper look about how does object detection works.
If you want to understand the deeper approach, then try to implement Fast-RCNN or Faster-RCNN algorithms from scratch in tensorflow or keras , whichever you are comfortable with.

hey @codingblocksml5 , can you please also share your CSV file , so that i can also have a look over the data you are going to work with.

I hope I’ve cleared your doubt. I ask you to please rate your experience here
Your feedback is very important. It helps us improve our platform and hence provide you
the learning experience you deserve.

On the off chance, you still have some questions or not find the answers satisfactory, you may reopen
the doubt.