GithubHelp home page GithubHelp logo

venkanna37 / label-pixels Goto Github PK

View Code? Open in Web Editor NEW
67.0 5.0 24.0 235.33 MB

Label-Pixels is the tool for semantic segmentation of remote sensing images using Fully Convolutional Networks. Initially, it is designed for extracting the road network from remote sensing imagery and now, it can be used to extract different features from remote sensing imagery.

Python 100.00%
semantic-segmentation deep-learning fully-convolutional-networks keras tensorflow road-extraction pixel-labeling artificial-intelligence msc-project label-pixels

label-pixels's People

Contributors

venkanna37 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

Watchers

 avatar  avatar  avatar  avatar  avatar

label-pixels's Issues

environment.yml file has to update

environment.yml file crated using anaconda commands. Because many packages installing with other packages, this file has to create again.

README file not updated after changing model names in code

Previously, there were three FCN architecture added in tools/models folder such as UNet, SegNet and ResUNet. To test the tool and reduce the size of the weights file, the number of convolutional layers reduced in the UNet architecture. Now, UNet with less convolutional layers renamed to unet_mini and the original UNet architecture is unet.

The architecture that used in examples is unet_mini, but example commands not updated.

Add image data augmentation

Image data augmentation is a technique to increase the size of the training dataset. This is useful when there is less training data to train.

SegNet is not working with more than three bands because of using VGG16 pretrained weights

Using TensorFlow backend.
Traceback (most recent call last):
File "train.py", line 63, in
train(args)
File "train.py", line 20, in train
model = lu.select_model(args)
File "/home/user/Downloads/Label-Pixels/tools/models/lp_utils.py", line 23, in select_model
model = segnet_model.create_segnet(args)
File "/home/user/Downloads/Label-Pixels/tools/models/segnet_model.py", line 158, in create_segnet
encoder = VGG16_encoder(input_shape, init=True)
File "/home/user/Downloads/Label-Pixels/tools/models/segnet_model.py", line 80, in VGG16_encoder
weights_fname = write_new_VGG_weights(input_shape, weights_fname, outfname)
File "/home/user/Downloads/Label-Pixels/tools/models/segnet_model.py", line 67, in write_new_VGG_weights
del f["block1_conv1"]["block1_conv1_W_1:0"]
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "/home/user/anaconda3/envs/label-pixels/lib/python3.6/site-packages/h5py/_hl/group.py", line 264, in getitem
oid = h5o.open(self.id, self._e(name), lapl=self._lapl)
File "h5py/_objects.pyx", line 54, in h5py._objects.with_phil.wrapper
File "h5py/_objects.pyx", line 55, in h5py._objects.with_phil.wrapper
File "h5py/h5o.pyx", line 190, in h5py.h5o.open
KeyError: "Unable to open object (object 'block1_conv1' doesn't exist)"

about pre-trained model

really amazing paper. Is it convenient to provide me with some pre-trained models? My computer does not have a powerful GPU for training,but prediction should be ok. very thankful!!

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.