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

RNGDet implementation #11156

Open
wants to merge 58 commits into
base: master
Choose a base branch
from
Open

RNGDet implementation #11156

wants to merge 58 commits into from

Commits on Jul 24, 2023

  1. Init commit

    gunho1123 committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    845253b View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. Add cityscale dataloader

    gunho1123 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    126d5a7 View commit details
    Browse the repository at this point in the history
  2. Internal change

    gunho1123 committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    fdbfa6c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. Add prepare_dataset

    gunho1123 committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    5ebc562 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2023

  1. Add npz_to_tfrecord

    gunho1123 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    1a4da90 View commit details
    Browse the repository at this point in the history
  2. Add create_tf_record

    gunho1123 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    8456a7a View commit details
    Browse the repository at this point in the history
  3. Internal change

    gunho1123 committed Aug 1, 2023
    Configuration menu
    Copy the full SHA
    cd6ec6b View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2023

  1. Init modeling

    gunho1123 committed Aug 2, 2023
    Configuration menu
    Copy the full SHA
    f7e896d View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2023

  1. Modify dataloader

    gunho1123 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    f2a7148 View commit details
    Browse the repository at this point in the history
  2. Add modeling

    gunho1123 committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    6fcdef1 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Add losses

    gunho1123 committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    70578c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Internal change

    gunho1123 committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    85b313c View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. Add losses

    gunho1123 committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e424d1a View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Fix modeling

    gunho1123 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    eb2272b View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Init evaluation

    gunho1123 committed Sep 7, 2023
    Configuration menu
    Copy the full SHA
    c07f480 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Internal change

    gunho1123 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    9c0c2c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Internal chnage

    gunho1123 committed Sep 17, 2023
    Configuration menu
    Copy the full SHA
    a7e8cc5 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. Init ckpt load debug

    gunho1123 committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    f17fe82 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Update rngdet.py

    gunho1123 committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4ddab3c View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Internal change

    gunho1123 committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    494362b View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Transformer model change

    gunho1123 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    131843e View commit details
    Browse the repository at this point in the history
  2. ipynb change

    gunho1123 committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0382b99 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    bfdce70 View commit details
    Browse the repository at this point in the history
  2. Update rngdet.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    88f8834 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    e68e93d View commit details
    Browse the repository at this point in the history
  4. Update rngdet.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    800ffaf View commit details
    Browse the repository at this point in the history
  5. Update rngdet_test.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9fd5dbf View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    537ecac View commit details
    Browse the repository at this point in the history
  7. Update create_label.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    9f41d8a View commit details
    Browse the repository at this point in the history
  8. Update sampler.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6dd74eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    50b089a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9daa439 View commit details
    Browse the repository at this point in the history
  11. Update rngdet_input.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    96a89f8 View commit details
    Browse the repository at this point in the history
  12. Update rngdet_input_test.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    08f5b02 View commit details
    Browse the repository at this point in the history
  13. Update do_train.sh

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    af5e730 View commit details
    Browse the repository at this point in the history
  14. Update agent.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    cc84a04 View commit details
    Browse the repository at this point in the history
  15. Update rngdet.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    671ab98 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    dc28897 View commit details
    Browse the repository at this point in the history
  17. Update rngdet_test.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    6367850 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    fe509db View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4c1e79e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7577510 View commit details
    Browse the repository at this point in the history
  21. Update train.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    879c927 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b684f6d View commit details
    Browse the repository at this point in the history
  23. Update rngdet.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2322237 View commit details
    Browse the repository at this point in the history
  24. Update rngdet_test.py

    mjyun01 committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    a07dd62 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    5ed3946 View commit details
    Browse the repository at this point in the history
  2. testing for push

    mjyun01 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    63f6054 View commit details
    Browse the repository at this point in the history
  3. PR cleaning

    mjyun01 committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    e84f251 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. missing found

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    6193d7b View commit details
    Browse the repository at this point in the history
  2. missing found

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f9da466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d30c00 View commit details
    Browse the repository at this point in the history
  4. test

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    5c8090a View commit details
    Browse the repository at this point in the history
  5. train name

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    cc07f1e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7e6843e View commit details
    Browse the repository at this point in the history
  7. rngdet

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2701e00 View commit details
    Browse the repository at this point in the history
  8. rngdet

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1e64358 View commit details
    Browse the repository at this point in the history
  9. rngdet

    mjyun01 committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    80d557b View commit details
    Browse the repository at this point in the history