Coder Social home page Coder Social logo

Comments (4)

louxy126 avatar louxy126 commented on July 20, 2024

0016e5_07959

from image-segmentation-keras.

louxy126 avatar louxy126 commented on July 20, 2024

It‘s an image from the test floder, I trained the net with
parser.add_argument("--epochs", type = int, default = 100 ) parser.add_argument("--batch_size", type = int, default = 4 ) parser.add_argument("--val_batch_size", type = int, default = 4 ) parser.add_argument("--load_weights", type = str , default = "") parser.add_argument("--input_height", type=int , default = 224 ) parser.add_argument("--input_width", type=int , default = 224 )
and at the end of predict.py,i resize picture to 640,320
seg_img = cv2.resize(seg_img , (640 , 320 ))

from image-segmentation-keras.

louxy126 avatar louxy126 commented on July 20, 2024

prediction with the same image use vgg_segnet
final outcome of train:
512/512 [==============================] - 37s 72ms/step - loss: 0.0897 - acc: 0.9318 - val_loss: 1.0100 - val_acc: 0.8151
0016e5_07959

from image-segmentation-keras.

louxy126 avatar louxy126 commented on July 20, 2024

prediction with the same image use fcn32
final outcome of train:
512/512 [==============================] - 176s 345ms/step - loss: 1.4754 - acc: 0.4158 - val_loss: 1.6122 - val_acc: 0.3327
0016e5_07959

from image-segmentation-keras.

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.