niliuxi
niliuxi
I used the coco dataset of the date that I made myself, and the parameters were not modified.
I'm using the coco dataset, which has a hundred images. my_custom_dataset = dataset_base.copy({ 'name': 'My Dataset', 'train_images': './data/coco/images/', 'train_info': './data/coco/annotations/train2.json', 'valid_images': './data/coco/images/', 'valid_info': './data/coco/annotations/train1.json', 'has_gt': True, 'class_names': ('zao'), 'label_map':{1:1} })...
I found this mistake. Thank you. By the way, what do I mean by B, C, m, s and t respectively? How can I get the position information of the...
I've found that when I use your project released in September, I get higher results, but when I use your updated project, the results are very low. Yes, I want...
Hello, dbolya,I'd like to know what the following output means? Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.745 Average Precision (AP) @[ IoU=0.50 | area=...