File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
official/projects/waste_identification_ml/Triton_TF_Cloud_Deployment/client Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,8 +27,8 @@ Steps Performed:
27
27
--memory : Number of frames an object can be missed and still be
28
28
tracked.
29
29
--project_id : Google Cloud Project ID for BigQuery operations.
30
- --dataset_id : BigQuery Dataset ID where results will be stored.
31
- --table_id : BigQuery Table ID where results will be stored.
30
+ --bq_dataset_id : BigQuery Dataset ID where results will be stored.
31
+ --bq_table_id : BigQuery Table ID where results will be stored.
32
32
--overwrite : If set to True, overwrites the pre-existing BigQuery
33
33
table.
34
34
EOF
44
44
exit 1
45
45
fi
46
46
47
- python pipeline_images .py \
47
+ python inference_pipeline .py \
48
48
--input_directory=gs://recykal/TestData/Delterra \
49
49
--output_directory=gs://recykal/TestData/output \
50
50
--height=1024 \
@@ -55,6 +55,6 @@ python pipeline_images.py \
55
55
--search_range_y=20 \
56
56
--memory=1 \
57
57
--project_id=waste-identification-ml-330916 \
58
- --dataset_id =circularnet_dataset \
59
- --table_id =circularnet_table \
58
+ --bq_dataset_id =circularnet_dataset \
59
+ --bq_table_id =circularnet_table \
60
60
--overwrite=True
You can’t perform that action at this time.
0 commit comments