Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Code optimisation #14

Open
adrienju opened this issue Jan 24, 2020 · 1 comment
Open

Code optimisation #14

adrienju opened this issue Jan 24, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@adrienju
Copy link
Contributor

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
@vict0rsch
Copy link
Contributor

  • change the name of file lists => not _seg but _mask

@vict0rsch vict0rsch added the enhancement New feature or request label Feb 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants