Submitted by yesterdaymee t3_107ph07 in deeplearning

I've to complete an assignment on detecting persons on videos with some condition. I need to work on yolo v7 algorithm. And i dont know shit about the algorithm but i know how a cnn works. I just need the source code explanation so i can modify some code for my desired output

7

Comments

You must log in or register to comment.

tholladay3 t1_j3opny9 wrote

What kind of condition. Can it be a post processing thing that happens at inference?

2

yesterdaymee OP t1_j3pdlfo wrote

Yes, I only need to detect persons with some tracking id to them and if there are no persons in the frame "no persons in the room" must be printed. And also if the person if the person wears a mask print "with mask" else "without" mask. I know if no classes were detected then i need to make some change. I just couldnt understand where the class is being finalised. Could you help me ? (For a video input)

1