|
|
@@ -134,7 +134,7 @@ The explanations for the methods, parameters, etc., are as follows:
|
|
|
<tr>
|
|
|
<td><code>input</code></td>
|
|
|
<td>Data to be predicted, supporting multiple input types</td>
|
|
|
-<td><code>Python Var</code>/<code>str</code>/<code>dict</code>/<code>list</code></td>
|
|
|
+<td><code>Python Var</code>/<code>str</code>/<code>list</code></td>
|
|
|
<td>
|
|
|
<ul>
|
|
|
<li><b>Python variable</b>, such as image data represented by <code>numpy.ndarray</code></li>
|
|
|
@@ -302,7 +302,7 @@ After executing the above command, PaddleX will validate the dataset and collect
|
|
|
"analysis": {
|
|
|
"histogram": "check_dataset/histogram.png"
|
|
|
},
|
|
|
- "dataset_path": "./dataset/example_data/widerperson_coco_examples",
|
|
|
+ "dataset_path": "widerperson_coco_examples",
|
|
|
"show_type": "image",
|
|
|
"dataset_type": "COCODetDataset"
|
|
|
}
|