Git Product home page Git Product logo

munit's People

Contributors

51n84d avatar adrienju avatar chrschorn avatar crcrpar avatar dependabot[bot] avatar gcosne avatar lou-k avatar melisandeteng avatar mingyuliutw avatar vict0rsch avatar xunhuang1995 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

adrienju 51n84d

munit's Issues

Code optimisation

TODO to improve the code architecture :
train.py

  • Function for the display images (train.py l123)
  • Switch logger and output folders to utils (train.py l137)
    trainer.py
  • Switch the output classifier to the segmentation head (trainer.py)
  • Factorize the encoding in the trainer (trainer 253, 292 etc..)
    -Optimize compute_semantic_seg_loss()
    -clean the sample() function and add synthetic data in the comet
    -add a resume to the segmentation head

Data issues

Some things we are missing, looking through the Mapillary data:

  • Having non-flooded images with some water (fountains or sea or ponds or whatnot)
  • Sidewalk/road orthogonal, facing buildings + houses
  • Parking lots

Things to do:
Check if mapillary test is taken from train
Check segmentation on img with fences and plants around them, or hills: im5eLSxcGN

Plot raw L1 and Seg losses

To be able to compare the range of these losses and understand why we'd need semantic matching if we have L1 matching (weakened by masks)

a2b vs b2a weighting

In cyclegan there's this comment

        Forward cycle loss:  lambda_A * ||G_B(G_A(A)) - A|| (Eqn. (2) in the paper)
        Backward cycle loss: lambda_B * ||G_A(G_B(B)) - B|| (Eqn. (2) in the paper)

we should try having lambda_A > lambda_B

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.