File tree Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Expand file tree Collapse file tree 1 file changed +21
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,27 @@ keypoints in the following order:
319
319
' right_ankle'
320
320
]
321
321
322
+ Runtime characteristics
323
+ -----------------------
324
+
325
+ The implementations of the models for object detection, instance segmentation
326
+ and keypoint detection are efficient.
327
+
328
+ In the following table, we use 8 V100 GPUs, with CUDA 10.0 and CUDNN 7.4 to
329
+ report the results. During training, we use a batch size of 2 per GPU, and
330
+ during testing a batch size of 1 is used.
331
+
332
+ For test time, we report the time for the model evaluation and postprocessing
333
+ (including mask pasting in image), but not the time for computing the
334
+ precision-recall.
335
+
336
+ ============================== =================== ================== ===========
337
+ Network train time (s / it) test time (s / it) memory (GB)
338
+ ============================== =================== ================== ===========
339
+ Faster R-CNN ResNet-50 FPN 0.2288 0.0590 5.2
340
+ Mask R-CNN ResNet-50 FPN 0.2728 0.0903 5.4
341
+ Keypoint R-CNN ResNet-50 FPN 0.3789 0.1242 6.8
342
+ ============================== =================== ================== ===========
322
343
323
344
324
345
Faster R-CNN
You can’t perform that action at this time.
0 commit comments