ArmNN
 20.05
YoloDatabase.cpp File Reference
#include "YoloDatabase.hpp"
#include <armnn/Exceptions.hpp>
#include <armnn/Logging.hpp>
#include <array>
#include <cstdint>
#include <tuple>
#include <utility>
#include <boost/format.hpp>
#include <boost/numeric/conversion/cast.hpp>
#include "InferenceTestImage.hpp"

Go to the source code of this file.

Enumerations

enum  YoloVocClass : unsigned int
 

Enumeration Type Documentation

◆ YoloVocClass

enum YoloVocClass : unsigned int
strong

Definition at line 22 of file YoloDatabase.cpp.

22  : unsigned int
23 {
24  Aeroplane,
25  Bicycle,
26  Bird,
27  Boat,
28  Bottle,
29  Bus,
30  Car,
31  Cat,
32  Chair,
33  Cow,
34  DiningTable,
35  Dog,
36  Horse,
37  Motorbike,
38  Person,
39  PottedPlant,
40  Sheep,
41  Sofa,
42  Train,
43  TvMonitor
44 };