Skip to content

Commit

Permalink
Update object_detection.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatjetti authored Nov 28, 2024
1 parent a80ad54 commit 32d75a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/vision/object_detection.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@
"# Need to provide\n",
" # 1. image_dir: where images are present\n",
" # 2. object_annotations_file: where annotations are listed in json format\n",
" # 3. output_file_prefix: where to write output convered TFRecords files\n",
" # 3. output_file_prefix: where to write output converted TFRecords files\n",
"python -m official.vision.data.create_coco_tf_record --logtostderr \\\n",
" --image_dir=${TRAIN_DATA_DIR} \\\n",
" --object_annotations_file=${TRAIN_ANNOTATION_FILE_DIR} \\\n",
Expand Down

0 comments on commit 32d75a4

Please sign in to comment.