nicknochnack / TFODCourse

957 stars 924 forks source link

Value Error #168

Open mohithkuruba opened 5 months ago

mohithkuruba commented 5 months ago

ValueError: images in tensor_dict is None

whenever I tried to run the command this error rises what to do now Screenshot (79)

mohithkuruba commented 5 months ago

can anyone please help me

davemaster commented 5 months ago

Greetings,

  1. What is the cell of command did You execute?
  2. Did You put the images (test and train) in the Tensorflow/workspace/images directory?
mohithkuruba commented 5 months ago

Greetings,

  1. What is the cell of command did You execute?
  2. Did You put the images (test and train) in the Tensorflow/workspace/images directory?

1 . This is the command

 python Tensorflow\models\research\object_detection\model_main_tf2.py --model_dir=Tensorflow\workspace\models\my_ssd_mobnet --pipeline_config_path=Tensorflow\workspace\models\my_ssd_mobnet\pipeline.config --num_train_steps=2000
  1. I have kept images in tensorflow/workspace/images
davemaster commented 5 months ago

Greetings,

  1. What is the cell of command did You execute?
  2. Did You put the images (test and train) in the Tensorflow/workspace/images directory?

1 . This is the command

 python Tensorflow\models\research\object_detection\model_main_tf2.py --model_dir=Tensorflow\workspace\models\my_ssd_mobnet --pipeline_config_path=Tensorflow\workspace\models\my_ssd_mobnet\pipeline.config --num_train_steps=2000
2. I have kept images in tensorflow/workspace/images

If am I right, FIRST, you must execute the cell with the "VERIFICATION" command, did You run this cell?

imagen