Skip to content

Commit

Permalink
Fix duplicate line in evaluation sample command.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 708290162
  • Loading branch information
tensorflower-gardener authored and TF Object Detection Team committed Dec 20, 2024
1 parent bea8100 commit 45ecd69
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ A local evaluation job can be run with the following command:
PIPELINE_CONFIG_PATH={path to pipeline config file}
MODEL_DIR={path to model directory}
CHECKPOINT_DIR=${MODEL_DIR}
MODEL_DIR={path to model directory}
python object_detection/model_main_tf2.py \
--pipeline_config_path=${PIPELINE_CONFIG_PATH} \
--model_dir=${MODEL_DIR} \
Expand Down

0 comments on commit 45ecd69

Please sign in to comment.