Code Monkey home page Code Monkey logo

bisenet-tensorflow's Introduction

Bisenet-tensorflow

This project aims at providing a re-implement of bisenet by using tensorflow.
image

Prerequisites

  • tensorflow-gpu >=1.5.0

  • cv2

  • sacred

  • pip install tensorflow-gpu==1.5.0

  • pip install sacred

  • pip install opencv-python

#Optional: Install nvidia-ml-py for automatically selecting GPU

  • #pip install nvidia-ml-py

Train

You can simply run train.py by default hyper-parameter, or modify the hyper-parameter in configuration.py by yourself first.

Tensorboard Result

image

Test and Predict

  • If you have trained this model by yourself, you can simply run test.py, and then view the result by using tensorboard. And you can predict one picture that have spcified in the example dir by simply run predict.py, then the predict will be saved in the example dir too.
  • If you just want to test and predict this model trained by me. You should do things as follow:
  1. cd bisenet-tensorflow
  2. mkdir -p Logs/bisenet/checkpoints/bisenet-v2
  3. download the model in this link [google driver] and realse them in the dir that have created
  4. then you can run test.py or predict.py

Citation

Please consider citing the BiSeNet in your publications if it helps your research.

@inproceedings{yu2018bisenet, title={Bisenet: Bilateral segmentation network for real-time semantic segmentation}, author={Yu, Changqian and Wang, Jingbo and Peng, Chao and Gao, Changxin and Yu, Gang and Sang, Nong}, booktitle={European Conference on Computer Vision}, pages={334--349}, year={2018}, organization={Springer} }

Reference

bisenet-tensorflow's People

Contributors

pdoublerainbow avatar

Watchers

 avatar

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.