EdjeElectronics / TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10

How to train a TensorFlow Object Detection Classifier for multiple object detection on Windows
Apache License 2.0
2.92k stars 1.3k forks source link

Same issue #532

Open RanjithKumar05 opened 3 years ago

RanjithKumar05 commented 3 years ago

2020-11-11 01:11:46.420326: I tensorflow/stream_executor/platform/default/dso_loader.cc:48] Successfully opened dynamic library libcudart.so.10.1 WARNING:tensorflow:From /usr/local/lib/python3.6/dist-packages/absl/app.py:251: main (from main) is deprecated and will be removed in a future version. Instructions for updating: Use object_detection/model_main.py. W1111 01:11:48.473467 140407165503360 deprecation.py:323] From /usr/local/lib/python3.6/dist-packages/absl/app.py:251: main (from main) is deprecated and will be removed in a future version. Instructions for updating: Use object_detection/model_main.py. Traceback (most recent call last): File "train.py", line 186, in tf.app.run() File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/platform/app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef) File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 300, in run _run_main(main, args) File "/usr/local/lib/python3.6/dist-packages/absl/app.py", line 251, in _run_main sys.exit(main(argv)) File "/usr/local/lib/python3.6/dist-packages/tensorflow/python/util/deprecation.py", line 324, in new_func return func(*args, **kwargs) File "train.py", line 182, in main graph_hook_fn=graph_rewriter_fn) File "/usr/local/lib/python3.6/dist-packages/object_detection/legacy/trainer.py", line 248, in train detection_model = create_model_fn() File "/usr/local/lib/python3.6/dist-packages/object_detection/builders/model_builder.py", line 1090, in build add_summaries) File "/usr/local/lib/python3.6/dist-packages/object_detection/builders/model_builder.py", line 580, in _build_faster_rcnn_model _check_feature_extractor_exists(frcnn_config.feature_extractor.type) File "/usr/local/lib/python3.6/dist-packages/object_detection/builders/model_builder.py", line 248, in _check_feature_extractor_exists 'Tensorflow'.format(feature_extractor_type)) ValueError: faster_rcnn_inception_v2 is not supported. See model_builder.py for features extractors compatible with different versions of Tensorflow