Answer the question
In order to leave comments, you need to log in
/bin/bash: /content/gdrive/My: No such file or directory?
!export PYTHONPATH=$PYTHONPATH:`/content/gdrive/My Drive/colab_data/models/research/object_detection`:`/content/gdrive/My Drive/colab_data/models/research/object_detection`/slim python content/gdrive/My Drive/colab_data/models/research/object_detection/model_main.py \
--pipeline_config_path=object_detection/my_data/pipeline.config \
--model_dir=object_detection/my_data/output \
--num_train_steps=1000 \
--alsologtostderr
<fine_tune_checkpoint: "/content/gdrive/My Drive/colab_data/models/research/object_detection/ssd_mobilenet_v1_coco_2018_01_28/model.ckpt"
from_detection_checkpoint: true
num_steps: 20000
}
train_input_reader {
label_map_path: "/content/gdrive/My Drive/colab_data/models/research/object_detection/my_data/32classes_label_map.pbtxt"
tf_record_input_reader {
input_path: "/content/gdrive/My Drive/colab_data/models/research/object_detection/my_data/train_data.record"
}
}
eval_config {
num_examples: 4280
max_evals: 10
use_moving_averages: false
}
eval_input_reader {
label_map_path: "/content/gdrive/My Drive/colab_data/models/research/object_detection/my_data/32classes_label_map.pbtxt"
shuffle: false
num_readers: 1
tf_record_input_reader {
input_path: "/content/gdrive/My Drive/colab_data/models/research/object_detection/my_data/test_data.record"
}
}/code>
Answer the question
In order to leave comments, you need to log in
paths containing spaces - put in quotation marks.
Those. something like "/content/gdrive/My Drive/colab_data/models/research/object_detection"
only double quotes, not backticks. The backquote is the command to run the contents of the string )
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question