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

Top-down Centered-instance Pipeline #16

Merged
merged 61 commits into from
Sep 19, 2023
Merged

Top-down Centered-instance Pipeline #16

merged 61 commits into from
Sep 19, 2023

Commits on Aug 3, 2023

  1. Configuration menu
    Copy the full SHA
    2dfcd90 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Configuration menu
    Copy the full SHA
    1088e7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d0a009 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02ea629 View commit details
    Browse the repository at this point in the history
  4. black formatted

    alckasoc committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    711b3aa View commit details
    Browse the repository at this point in the history
  5. fixed merges

    alckasoc committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    3a0cfb7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9a728aa View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2023

  1. added make_grid_vectors, normalize_bboxes, integral_regression, added…

    … docstring to make_centered_bboxes, fixed find_global_peaks_rough; added crop_bboxes
    alckasoc committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    e84535f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36f6573 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b17af28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ea75ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a506579 View commit details
    Browse the repository at this point in the history
  6. removed normalize_bboxes

    alckasoc committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    02babb1 View commit details
    Browse the repository at this point in the history
  7. added tests docstrings

    alckasoc committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    373f4b1 View commit details
    Browse the repository at this point in the history
  8. sorted imports with isort

    alckasoc committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    6351314 View commit details
    Browse the repository at this point in the history
  9. remove unused imports

    alckasoc committed Aug 10, 2023
    Configuration menu
    Copy the full SHA
    008a994 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b45619c View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2023

  1. Configuration menu
    Copy the full SHA
    381a49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0ad336c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da1ba7e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    7778512 View commit details
    Browse the repository at this point in the history
  2. finished find_local_peaks!

    alckasoc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    9f7ac3f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b9869d6 View commit details
    Browse the repository at this point in the history
  4. updated test cases

    alckasoc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bfd1cac View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a8b3c31 View commit details
    Browse the repository at this point in the history
  6. updated test cases

    alckasoc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    125625d View commit details
    Browse the repository at this point in the history
  7. added architectures folder

    alckasoc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    a25d920 View commit details
    Browse the repository at this point in the history
  8. added maxpool2d same padding, get_act_fn; added simpleconvblock, simp…

    …leupsamplingblock, encoder, decoder; added unet
    alckasoc committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    3ba92b6 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2023

  1. added test_unet_reference

    alckasoc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    f9558f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    28d57ca View commit details
    Browse the repository at this point in the history
  3. fixed merge conflicts

    alckasoc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    8ca4538 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6df3c20 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4792a6 View commit details
    Browse the repository at this point in the history
  6. deleted tmp nb

    alckasoc committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    87cd034 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2023

  1. _calc_same_pad returns int

    alckasoc committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    7004869 View commit details
    Browse the repository at this point in the history
  2. fixed test case

    alckasoc committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    680778d View commit details
    Browse the repository at this point in the history
  3. added simpleconvblock tests

    alckasoc committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    7cd75dc View commit details
    Browse the repository at this point in the history
  4. added tests

    alckasoc committed Aug 19, 2023
    Configuration menu
    Copy the full SHA
    79b535d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    691af45 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. updated test_unet

    alckasoc committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    2520fa2 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    bcf4069 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbccdcf View commit details
    Browse the repository at this point in the history
  3. created data/pipelines.py

    alckasoc committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    029a545 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    3e5ae68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b8002b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1c64f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2a22674 View commit details
    Browse the repository at this point in the history
  5. added test_pipelines

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

Commits on Sep 5, 2023

  1. removed configs

    alckasoc committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    c861c72 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2023

  1. updated augmentation class

    alckasoc committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    31aadc1 View commit details
    Browse the repository at this point in the history
  2. modified test

    alckasoc committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    6630155 View commit details
    Browse the repository at this point in the history
  3. updated pipelines docstring

    alckasoc committed Sep 6, 2023
    Configuration menu
    Copy the full SHA
    55cf1a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9715c01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7deec65 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    e32a0a9 View commit details
    Browse the repository at this point in the history
  2. updated test_pipelines

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

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    ae523d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b421937 View commit details
    Browse the repository at this point in the history
  3. updated type hints

    alckasoc committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    fe61f15 View commit details
    Browse the repository at this point in the history
  4. added coderabbit suggestions

    alckasoc committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    0214abb View commit details
    Browse the repository at this point in the history
  5. fixed small squeeze issue

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