Update README file
Browse files
README.md
CHANGED
@@ -6,18 +6,18 @@ tags: []
|
|
6 |
## Original result
|
7 |
```
|
8 |
IoU metric: bbox
|
9 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.
|
10 |
-
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.
|
11 |
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.000
|
12 |
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
|
13 |
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000
|
14 |
-
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.
|
15 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.000
|
16 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.000
|
17 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.
|
18 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
|
19 |
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000
|
20 |
-
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.
|
21 |
```
|
22 |
|
23 |
## After training result
|
@@ -49,11 +49,11 @@ IoU metric: bbox
|
|
49 |
## Logging
|
50 |
### Training process
|
51 |
```
|
52 |
-
{'validation_loss': tensor(
|
53 |
-
{'training_loss': tensor(
|
54 |
```
|
55 |
|
56 |
## Examples
|
57 |
-
{'size': tensor([800, 800]), 'image_id': tensor([
|
58 |
|
59 |

|
|
|
6 |
## Original result
|
7 |
```
|
8 |
IoU metric: bbox
|
9 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.000
|
10 |
+
Average Precision (AP) @[ IoU=0.50 | area= all | maxDets=100 ] = 0.000
|
11 |
Average Precision (AP) @[ IoU=0.75 | area= all | maxDets=100 ] = 0.000
|
12 |
Average Precision (AP) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
|
13 |
Average Precision (AP) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000
|
14 |
+
Average Precision (AP) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.000
|
15 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 1 ] = 0.000
|
16 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets= 10 ] = 0.000
|
17 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= all | maxDets=100 ] = 0.000
|
18 |
Average Recall (AR) @[ IoU=0.50:0.95 | area= small | maxDets=100 ] = -1.000
|
19 |
Average Recall (AR) @[ IoU=0.50:0.95 | area=medium | maxDets=100 ] = -1.000
|
20 |
+
Average Recall (AR) @[ IoU=0.50:0.95 | area= large | maxDets=100 ] = 0.000
|
21 |
```
|
22 |
|
23 |
## After training result
|
|
|
49 |
## Logging
|
50 |
### Training process
|
51 |
```
|
52 |
+
{'validation_loss': tensor(5.3133, device='cuda:0'), 'validation_loss_ce': tensor(1.9971, device='cuda:0'), 'validation_loss_bbox': tensor(0.4005, device='cuda:0'), 'validation_loss_giou': tensor(0.6569, device='cuda:0'), 'validation_cardinality_error': tensor(94., device='cuda:0')}
|
53 |
+
{'training_loss': tensor(5.3133, device='cuda:0'), 'train_loss_ce': tensor(1.9971, device='cuda:0'), 'train_loss_bbox': tensor(0.4005, device='cuda:0'), 'train_loss_giou': tensor(0.6569, device='cuda:0'), 'train_cardinality_error': tensor(94., device='cuda:0'), 'validation_loss': tensor(5.8451, device='cuda:0'), 'validation_loss_ce': tensor(1.8095, device='cuda:0'), 'validation_loss_bbox': tensor(0.3824, device='cuda:0'), 'validation_loss_giou': tensor(1.0617, device='cuda:0'), 'validation_cardinality_error': tensor(53., device='cuda:0')}
|
54 |
```
|
55 |
|
56 |
## Examples
|
57 |
+
{'size': tensor([800, 800]), 'image_id': tensor([40]), 'class_labels': tensor([4]), 'boxes': tensor([[0.6817, 0.5681, 0.3008, 0.1822]]), 'area': tensor([35081.8711]), 'iscrowd': tensor([0]), 'orig_size': tensor([1024, 1024])}
|
58 |
|
59 |

|