Proctoring-AI
Proctoring-AI copied to clipboard
Creating a software for automatic monitoring in online proctoring
Results
12
Proctoring-AI issues
Sort by
recently updated
recently updated
newest added
class_names = [c.strip() for c in open("models/classes.TXT").readlines()] boxes, scores, classes, nums = yolo(img) count=0 **for i in range(nums[0]): >>>>>>>> ERROR LINE** if int(classes[0][i] == 0): count +=1 if int(classes[0][i] ==...
please let me know which python version I have to use for this. Thanks