TF_Object_Detection2020 icon indicating copy to clipboard operation
TF_Object_Detection2020 copied to clipboard

A guide on how to setup TensorFlow Object Detection API in 2020

Results 11 TF_Object_Detection2020 issues
Sort by recently updated
recently updated
newest added

line 76: od_graph_def = tf.gfile.GFile()

Hi, I was able to follow the whole Tutorial, solving some minor issues found during the road, however in the last step: `python3 webcam_detection.py ` to test the model with...

in start you are installing tensorflow 1.15 and when you open jupyter notebook in reserch->objection detection->colab_tutorials you are ignoring its ist cell where they are installing tf2.* and you didt...

hey guys, i have worked through the first tutorial on youtube to be sure that everything will run correctly later however i get an error at the end for which...

with the help of few changes we can make it run on tensorflow 2.0

Could you add a license to your code? Legally, without a license, no one can use your code.

i ran following command `python train.py --logtostderr \ --train_dir=./data \ --pipeline_config_path=data\cashew.config ` and getting this error `\object_detection\data_decoders\tf_example_decoder.py", line 97, in __init__ lookup = contrib_lookup NameError: name 'contrib_lookup' is not defined...

i made some changes that will make this code to be able to work with tensorflow 2.0 a

Whenever i run `!python "generate_tfrecord.py" --csv_input="data/train_labels.csv" --output_path="train.record"` i get ``` /home/jupyterlab/conda/envs/python/lib/python3.6/site-packages/tensorflow/python/framework/dtypes.py:519: FutureWarning: Passing (type, 1) or '1type' as a synonym of type is deprecated; in a future version of numpy,...

When I run ```python generate_tfrecord.py --csv_input=data/test_labels.csv --output_path=data/test.record --image_dir=images/test/``` I get ```Traceback (most recent call last): File "generate_tfrecord.py", line 104, in tf.app.run() File "E:\Miniconda\lib\site-packages\tensorflow_core\python\platform\app.py", line 40, in run _run(main=main, argv=argv, flags_parser=_parse_flags_tolerate_undef)...