Mahmoud Shaddad
Results
1
comments of
Mahmoud Shaddad
I am also trying to use this but what is class_thresholds i have this: `results_list = [] for i in range(len(results['scores'])): label = results['labels'][i].item() score = results['scores'][i].item() bbox = results['boxes'][i].tolist()...