bourdakos1 / Custom-Object-Detection

Custom Object Detection with TensorFlow

Home Page:https://medium.freecodecamp.org/tracking-the-millenium-falcon-with-tensorflow-c8c86419225e

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Problem with train.record

maylad31 opened this issue · comments

I am geting this error:
"INFO:tensorflow:Error reported to Coordinator: <class 'tensorflow.python.framework.errors_impl.NotFoundError'>,train.record; No such file or directory"
Please help.

Is there a train.record file? Which command did you run when this showed up?

Hi sorry for late response. Well the problem was that in the coco.config file I did not changed the paths. I provided absolute paths and problem vanished.Would providing relative paths there in the coco.config file work?Thanks once again for a very nice tutorial.

do you cmd "protoc object_detection/protos/*.proto --python_out=." & "export PYTHONPATH=$PYTHONPATH:pwd:pwd/slim" ?
I think it can solve your problem.

Hi @maylad31 and @Doan-Nguyen, this repo relies on a dated version of the TensorFlow api. We've moved to a more future proof version here: https://github.com/cloud-annotations/training
I encourage you to try it out and reopen this issue there if you are still running into problems