Open AAbeijon1 opened 4 years ago
Does anyone know how to detect where I should modify sort.py or main.py to only detect a class. For example person or car Thank you very much
you can modify main.py just add if loop example: if confidence > args["confidence"] and (classID == 7 or classID == 2) 2 = car and 7 = truck
Does anyone know how to detect where I should modify sort.py or main.py to only detect a class. For example person or car Thank you very much