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

Add multiclass segmentation #13

Merged
merged 67 commits into from
Feb 26, 2022
Merged

Add multiclass segmentation #13

merged 67 commits into from
Feb 26, 2022

Commits on Feb 15, 2022

  1. Initial commit

    kaylode committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    c62865e View commit details
    Browse the repository at this point in the history
  2. Update README.md

    kaylode authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    4897a6f View commit details
    Browse the repository at this point in the history
  3. Update README.md

    kaylode authored Feb 15, 2022
    Configuration menu
    Copy the full SHA
    6a50dbe View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. clean classification

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    898837d View commit details
    Browse the repository at this point in the history
  2. add csv dataset

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    5e1d9b9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4cecc8 View commit details
    Browse the repository at this point in the history
  4. add ignore index to metrics

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    406f6a2 View commit details
    Browse the repository at this point in the history
  5. modify trainer

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    a2c7237 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9af09ef View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e54a537 View commit details
    Browse the repository at this point in the history
  8. fix visualization

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    c21dfa2 View commit details
    Browse the repository at this point in the history
  9. change color order'

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    ddf6c44 View commit details
    Browse the repository at this point in the history
  10. merge from base

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    21009da View commit details
    Browse the repository at this point in the history
  11. fix bgr segmap

    kaylode committed Feb 16, 2022
    Configuration menu
    Copy the full SHA
    1f8691c View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. add class balancer

    kaylode committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    2fc88ec View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2022

  1. use pillow pallete for segmap

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    fc56879 View commit details
    Browse the repository at this point in the history
  2. add class balancer

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    742a505 View commit details
    Browse the repository at this point in the history
  3. fix pallete

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    576e7fc View commit details
    Browse the repository at this point in the history
  4. add legends for visualization

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    9c96074 View commit details
    Browse the repository at this point in the history
  5. update configs

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    5a4b281 View commit details
    Browse the repository at this point in the history
  6. remove uncessary

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    0ccd69f View commit details
    Browse the repository at this point in the history
  7. add multiloss wrapper

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    bd701b9 View commit details
    Browse the repository at this point in the history
  8. add multiloss wrapper

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    c8d22d6 View commit details
    Browse the repository at this point in the history
  9. fix legend

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    526f934 View commit details
    Browse the repository at this point in the history
  10. fix bug for multiloss

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    d9e2519 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #3 from kaylode/pallete

    Add pallete visualization, loss , balance sampler
    kaylode authored Feb 18, 2022
    Configuration menu
    Copy the full SHA
    3b5dd4f View commit details
    Browse the repository at this point in the history
  12. add deeplabv3

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    a48e418 View commit details
    Browse the repository at this point in the history
  13. add deeplabv3

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    43bd476 View commit details
    Browse the repository at this point in the history
  14. add mosaic augmentation

    kaylode committed Feb 18, 2022
    Configuration menu
    Copy the full SHA
    ed5db0a View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2022

  1. change config for mosaic

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    6dfec7f View commit details
    Browse the repository at this point in the history
  2. use new diceloss

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    4e1fe49 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b72837d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2fc774b View commit details
    Browse the repository at this point in the history
  5. fix some bugs

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    a0d10af View commit details
    Browse the repository at this point in the history
  6. Merge pull request #4 from kaylode/models

    Add mosaic augmentation with new dataset. Change accuracy metric
    kaylode authored Feb 19, 2022
    Configuration menu
    Copy the full SHA
    0fc5cd0 View commit details
    Browse the repository at this point in the history
  7. add new models

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d81a276 View commit details
    Browse the repository at this point in the history
  8. add new base seg models

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    063e1a1 View commit details
    Browse the repository at this point in the history
  9. add more losses

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    c3db2b8 View commit details
    Browse the repository at this point in the history
  10. fix bug in new models

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    75f6019 View commit details
    Browse the repository at this point in the history
  11. fix precision recall

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    b64a992 View commit details
    Browse the repository at this point in the history
  12. add load pretrained

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    e269b7d View commit details
    Browse the repository at this point in the history
  13. fix bug in losses

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d05f950 View commit details
    Browse the repository at this point in the history
  14. fix bug in metrics

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    ee173a3 View commit details
    Browse the repository at this point in the history
  15. fix lovasz loss

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    36281ee View commit details
    Browse the repository at this point in the history
  16. clean models"

    kaylode committed Feb 19, 2022
    Configuration menu
    Copy the full SHA
    d7eb428 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2022

  1. rename loss

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4d67b97 View commit details
    Browse the repository at this point in the history
  2. update note in diceloss

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    6e30c49 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #5 from kaylode/models

    Add new pretrained models, losses, metrics
    kaylode authored Feb 20, 2022
    Configuration menu
    Copy the full SHA
    572421f View commit details
    Browse the repository at this point in the history
  4. update requirements

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    b368832 View commit details
    Browse the repository at this point in the history
  5. load segformer pretrained

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    0dc0852 View commit details
    Browse the repository at this point in the history
  6. update requirement

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    bfc4219 View commit details
    Browse the repository at this point in the history
  7. fix gdown function

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    42048a4 View commit details
    Browse the repository at this point in the history
  8. add lawin model

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    19fa047 View commit details
    Browse the repository at this point in the history
  9. add infer scripts

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    3814af6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    1bb059f View commit details
    Browse the repository at this point in the history
  11. fix bug

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    4ea04f6 View commit details
    Browse the repository at this point in the history
  12. add hardnet

    kaylode committed Feb 20, 2022
    Configuration menu
    Copy the full SHA
    99bb0ac View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. merge segmentation

    kaylode committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    aeee80b View commit details
    Browse the repository at this point in the history
  2. update segmentation

    kaylode committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    cfcab99 View commit details
    Browse the repository at this point in the history
  3. update segmentation

    kaylode committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    b761343 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5e34621 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f75bc7 View commit details
    Browse the repository at this point in the history
  6. update readme

    kaylode committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    877c3a3 View commit details
    Browse the repository at this point in the history
  7. add load image in tensorboard

    kaylode committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    5dd9e83 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2022

  1. add twerky loss

    kaylode committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    6b69ae9 View commit details
    Browse the repository at this point in the history
  2. fix dice-score, add mean iou

    kaylode committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    dab2ff8 View commit details
    Browse the repository at this point in the history
  3. add image names in collate

    kaylode committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    348c7c6 View commit details
    Browse the repository at this point in the history