-
What is the expected structure of AccessDataset for training object detection models. The PikachuDetection contains a nice example however it is a one class example only. Below is the label extraction example constructing a Record structure. How must this structure constructed if there are multiple classes to be trained? Where is the class number to be specified?
|
Beta Was this translation helpful? Give feedback.
Answered by
stu1130
Sep 28, 2020
Replies: 1 comment
-
The label type is |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
lanking520
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The label type is
NDList
, which represents a list of NDArray. You can add several labels to construct a label NDList.