Giter VIP home page Giter VIP logo

hulksemanticsegmentation's Introduction

Hulk Semantic Segmentation

This repository contains ongoing efforts for semantic segmentation for Robocup SPL.

  • clone the BHuman dataset from https://sibylle.informatik.uni-bremen.de/public/datasets/semantic_segmentation/dataset.zip and unzip it into the repository folder
  • create a python 3.10 virtual environment with python -m venv .venv
  • enter the virtual environment (. .venv/bin/activate in bash)
  • install all dependencies with pip install -r requirements.txt
  • perform the train/test split with python -m src.split_test (this will perform a 90/10 train/test split and put the results into the datasplit folder)

You can now train the network with python -m src.main. All relevant global configuration can be found in src.configuration.constants. The network is initialized in the LightningWrapper and can be substituted there. The data augmentation pipeline in use is src.augmentation.augmenter2.

Hyperparameter search can be started with python -m src.hyperparameter_search {STUDY_NAME}, however I used the script start_hyperparameter_search.sh which starts two processes for hyperparameter search on two GPUs since I ran into issues doing this in one process.

hulksemanticsegmentation's People

Contributors

oleflb 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.