retinanet.md 740 Bytes
Newer Older
yangzhong's avatar
yangzhong committed
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
hide:
  - toc
---

# Object Detection using Retinanet

=== "MLCommons-Python"
    ## MLPerf Reference Implementation in Python
    
{{ mlperf_inference_implementation_readme (4, "retinanet", "reference") }}

=== "Nvidia"
    ## Nvidia MLPerf Implementation
    
{{ mlperf_inference_implementation_readme (4, "retinanet", "nvidia") }}

=== "Intel"
    ## Intel MLPerf Implementation
    
{{ mlperf_inference_implementation_readme (4, "retinanet", "intel") }}

=== "Qualcomm"
    ## Qualcomm AI100 MLPerf Implementation
    
{{ mlperf_inference_implementation_readme (4, "retinanet", "qualcomm") }}

=== "MLCommons-C++"
    ## MLPerf Modular Implementation in C++
    
{{ mlperf_inference_implementation_readme (4, "retinanet", "cpp") }}