Giter VIP home page Giter VIP logo

indoor-segmentation's Introduction

Hi there πŸ‘‹,

  • πŸ”­ I am a PhD Student in Taiwan.
  • πŸš€ I am interested in computer vision (CV) and reinforcement learning (RL).
  • ⚑ I work at Woven Planet, Japan as a research scientist!

Get in touch β˜•

indoor-segmentation's People

Contributors

hellochick avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

indoor-segmentation's Issues

realtime?

Hi, Thank you for the code, it's really helpful.

I'm having problems trying to run the network in realtime. I'm new to tensorflow and I'm used to defining the graph outside the session then using a feeddict in a Session().run for the input placeholders.

how can I feed another input image after the first prediction had run?

Thanks,
Ramy Mounir

Any way to tweak the resulting image?

Is there any way to sharpen the corners of the objects in the output image? Currently, they appear rounded and approximated, which I suspect may be a result of preprocessing. I need the objects to have clearly defined corners for my application.

Unable to test the code

Im getting the following error while trying to run the code

File "inference.py", line 128, in <module>
    main()
  File "inference.py", line 85, in main
    net = DeepLabResNetModel({'data': tf.expand_dims(img, dim=0)}, is_training=False, num_classes=NUM_CLASSES)
  File "/Users/Downloads/Indoor-segmentation-master/network.py", line 48, in __init__
    self.setup(is_training, num_classes)
  File "/Users/Downloads/Indoor-segmentation-master/model.py", line 19, in setup
    (self.feed('data')
  File "/Users/Downloads/Indoor-segmentation-master/network.py", line 78, in feed
    if isinstance(fed_layer, basestring):
NameError: name 'basestring' is not defined

NameError: name 'basestring' is not defined

Hi.
I ran the inference using the command:
python inference.py --img_path=test_img.png --restore_from=/restore_weights/

but the error came out:

File "/home/nhan/git_workspace/Indoor-segmentation/network.py", line 78, in feed
if isinstance(fed_layer, basestring):
NameError: name 'basestring' is not defined

I look for basestring in network.py and basestring is really not defined.
Could you help me, please?

get bad results

When I run the inference.py using the models form the link of google drive, I get bad results.
this is how i run it:
python inference.py --img_path=input/IMG_0416_640x480.png --restore_from=ResNet50/model.ckpt-22700

Cannot run prediction on ResNet50 and ICNet checkpoints

Hi,

I was wondering if you could provide the model code for ResNet50 and/or for ICNet as I am receiving errors because of some layers not being a part of the checkpoint file. The prediction works very well for ResNet101 and I was wondering if I could make a comparison between the speed/accuracy tradeoff between these three networks. Thanks in advance!

Train.py code

Thanks for your contributions.
I want to try transfer learning with new datasets. Would you upload the train.py on this repo or send me the file?

Can't Open Google drive

Your work seems really helpful to me, but I'm having trouble accessing the pretrained model from Google Drive. Could you please help me fix this?

File not found on Windows devices

When I run the inference script with windows paths I get FileNotFoundError.

Input:
python inference.py --img_path input\IMG_0416_640x480.png --restore_from=pretrained_models\ResNet101

Error:
FileNotFoundError: [Errno 2] No such file or directory: './output/input\\IMG_0416_640x480.png'

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.