Coder Social home page Coder Social logo

Comments (5)

MinaYousryGhattas avatar MinaYousryGhattas commented on June 25, 2024 5

For windows if you are using anaconda add slim folder to
...\Anaconda3\envs\{Environment name}\Lib\site-packages\object_detection-0.1-py3.6.egg
and change
from deployment import model_deploy
to
from slim.deployment import model_deploy

from tensorflow-object-detection-api-tutorial-train-multiple-objects-windows-10.

EdjeElectronics avatar EdjeElectronics commented on June 25, 2024 1

Hi, did you already try the steps listed in the tutorial's Appendix? https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10#appendix-common-errors

from tensorflow-object-detection-api-tutorial-train-multiple-objects-windows-10.

TechGenius28 avatar TechGenius28 commented on June 25, 2024

I went through the steps listed, but the same error occurred. Is there any other way to resolve this issue?

Thanks

from tensorflow-object-detection-api-tutorial-train-multiple-objects-windows-10.

Abdou24MR avatar Abdou24MR commented on June 25, 2024

its easy :
in folder /models/research
~/.../models/research$ python setup.py build
~/.../models/research$ python setup.py install
2-
-this export commande in linux; if you are woking on windows check (2e. Configure PYTHONPATH environment variable) in : https://github.com/EdjeElectronics/TensorFlow-Object-Detection-API-Tutorial-Train-Multiple-Objects-Windows-10#2e-configure-pythonpath-environment-variable

export PYTHONPATH=$PYTHONPATH:/home/najat/anaconda3/test22222222/models
export PYTHONPATH=$PYTHONPATH:/home/najat/anaconda3/test22222222/models/research
export PYTHONPATH=$PYTHONPATH:/home/najat/anaconda3/test22222222/models/research/slim

3- in folder /models/research/object_detection:
~/.../models/research/object_detection$ python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config

thats all 👍

from tensorflow-object-detection-api-tutorial-train-multiple-objects-windows-10.

eshwarkamal avatar eshwarkamal commented on June 25, 2024

For windows if you are using anaconda add slim folder to
...\Anaconda3\envs{Environment name}\Lib\site-packages\object_detection-0.1-py3.6.egg
and change
from deployment import model_deploy
to
from slim.deployment import model_deploy

can u tell how to open .egg file and change it

from tensorflow-object-detection-api-tutorial-train-multiple-objects-windows-10.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.