Giter Site home page Giter Site logo

sachsbl / segmental Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 1.0 9.94 MB

Dockerized Semantic Image Segmentation service using Tensorflow, Keras, and DeepLabv3+

License: MIT License

Python 97.22% Dockerfile 1.73% Shell 1.04%
computer-vision deep-learning deeplab deeplab-v3-plus docker keras keras-tensorflow python segmentation tensorflow tensorflow-examples

segmental's People

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

xianfengeryue

segmental's Issues

Docker pull gives error on run -> botocore Unable to locate credentials

I followed the instructions

You can also pull my Docker image:

docker pull sachsbl/segmental
docker run -p 80:5000 segmental

Which I had to change to

docker pull sachsbl/segmental
docker run -p 80:5000 sachsbl/segmental

to work by the way. (otherwise it cannot find the image locally after the pull)

But when I executed that last command I got the following error:

botocore.exceptions.NoCredentialsError: Unable to locate credentials

how to input an image?

hello,when I input an image , I have some problem.so please tell me how to input an image to test.
Thanks,I am a recruit。

Dockerfile pip requirements.txt is giving error: No matching distribution found for tensorflow==2.0.0-beta1

When building my own docker image from the dockerfile I get this error:

ERROR: Could not find a version that satisfies the requirement tensorflow==2.0.0-beta1
ERROR: No matching distribution found for tensorflow==2.0.0-beta1

I tried removing the version (just putting 'tensorflow' in the requirements.txt) and that enabled me to succesfully built the image. But there are still some things going wrong.

To test this more easily I removed the entrypoint from the dockerfile (I didn't need the webserver anyway, just wanted an easy way to install) and then ran the image with:

sudo docker run --rm segmentallocal bash -c 'python /app/segmental_cli.py /app/test/test_images/cat.jpg'

That gives me the following error:

TypeError: Could not build a TypeSpec for <KerasTensor: shape=(None, 64, 64, 256) dtype=float32 (created by layer 'tf.compat.v1.image.resize_images')> with type KerasTensor

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.