yesterdaymee
yesterdaymee OP t1_j3pdwud wrote
Reply to comment by agentfuzzy999 in where can i find yolov7 source explanation ? by yesterdaymee
I mean i need to make some changes in detect.py code. I Just dont know in which part i should write a code.(for a video input.)
yesterdaymee OP t1_j3pdlfo wrote
Reply to comment by tholladay3 in where can i find yolov7 source explanation ? by yesterdaymee
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)
yesterdaymee OP t1_j3vtznx wrote
Reply to comment by Open-Click955 in where can i find yolov7 source explanation ? by yesterdaymee
Yes, i got some understanding with that. Im good to go