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

Delegating crop_bbox to FrameData #1478

Open
wants to merge 45 commits into
base: main
Choose a base branch
from

Commits on Feb 28, 2023

  1. Configuration menu
    Copy the full SHA
    aa34aa0 View commit details
    Browse the repository at this point in the history
  2. added type hints and deleted chore pyre-ignore

    Ildar Salakhiev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    f745dfc View commit details
    Browse the repository at this point in the history
  3. linter

    Ildar Salakhiev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    c3c5110 View commit details
    Browse the repository at this point in the history
  4. linter

    Ildar Salakhiev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    9b431bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c74261d View commit details
    Browse the repository at this point in the history
  6. deleted chore pyre-ignore

    Ildar Salakhiev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    627e60f View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of github.com:salaxieb/pytorch3d

    Ildar Salakhiev committed Feb 28, 2023
    Configuration menu
    Copy the full SHA
    d0a2d4d View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. renamed load_blob to blob_loader

    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    0aa27a6 View commit details
    Browse the repository at this point in the history
  2. sending to BlobLoader whore seq_annotation

    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    53823cf View commit details
    Browse the repository at this point in the history
  3. made blob_loader dataclass to avoid boilerplate

    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    d6f13eb View commit details
    Browse the repository at this point in the history
  4. documented, that FrameData modification done inplace

    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    86e64f7 View commit details
    Browse the repository at this point in the history
  5. spliited JsonIndexDataset args to 2 gorups: Matadata-related and Blob…

    …-loading
    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    2f17049 View commit details
    Browse the repository at this point in the history
  6. code refactoring to delete chore pyre-ignore

    Ildar Salakhiev committed Mar 1, 2023
    Configuration menu
    Copy the full SHA
    527ec09 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. deleted chore function

    Ildar Salakhiev committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    24b731b View commit details
    Browse the repository at this point in the history
  2. BloabLoader tests boilerplate

    Ildar Salakhiev committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    f484a12 View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. tests WIP (not tested)

    Ildar Salakhiev committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    b8674ea View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. tests typos and errors WIP

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    faeffcf View commit details
    Browse the repository at this point in the history
  2. tests typos and errors WIP

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bc24e29 View commit details
    Browse the repository at this point in the history
  3. solved error and typos for test_bbox

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    e9c5969 View commit details
    Browse the repository at this point in the history
  4. updating test_blob_loader WIP

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    44cfcfb View commit details
    Browse the repository at this point in the history
  5. blob loader tests ready for review

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    11def0a View commit details
    Browse the repository at this point in the history
  6. typo

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bc52382 View commit details
    Browse the repository at this point in the history
  7. typo

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    0149377 View commit details
    Browse the repository at this point in the history
  8. linter

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    3bcbd01 View commit details
    Browse the repository at this point in the history
  9. all entry tests run thru all frames

    Ildar Salakhiev committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    269cffa View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. assert .. == .. to self.assertEqual(.., ..)

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    f930d71 View commit details
    Browse the repository at this point in the history
  2. testing only on 1 frame

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    dc7a702 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcd8d8b View commit details
    Browse the repository at this point in the history
  4. added default values to BlobLoader to ease initialisation

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    c3bd722 View commit details
    Browse the repository at this point in the history
  5. mackink tests on single loaded frame

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    cb34c01 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04b7d15 View commit details
    Browse the repository at this point in the history
  7. type in function arguments

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    76f45aa View commit details
    Browse the repository at this point in the history
  8. moved tests for _resize_image to test_bbox

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    e5d3a2b View commit details
    Browse the repository at this point in the history
  9. np array instead of tensor to resize_image

    Ildar Salakhiev committed Mar 10, 2023
    Configuration menu
    Copy the full SHA
    1ba1a3a View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. setting up default scale value to correct one

    Ildar Salakhiev committed Mar 13, 2023
    Configuration menu
    Copy the full SHA
    cd9aa5c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2023

  1. Configuration menu
    Copy the full SHA
    ce9fd40 View commit details
    Browse the repository at this point in the history
  2. moved crop_by_bbox to FrameData as method

    Ildar Salakhiev committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    f217eb1 View commit details
    Browse the repository at this point in the history
  3. tests fix, typos, linter

    Ildar Salakhiev committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    664d35d View commit details
    Browse the repository at this point in the history
  4. renamed crop to crop_ to show inplace modification

    Ildar Salakhiev committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    5c249db View commit details
    Browse the repository at this point in the history
  5. shifting camera according to bbox

    Ildar Salakhiev committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    530b9a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. delegated reize_image to FrameData, made bbox_xywh optinal external p…

    …arameter for load_, linter, fbcode tests
    Ildar Salakhiev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    e5500f3 View commit details
    Browse the repository at this point in the history
  2. using safe_as_tensor for fg_probability

    Ildar Salakhiev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    0fc3253 View commit details
    Browse the repository at this point in the history
  3. made resizing only for loaded objects

    Ildar Salakhiev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7c8d89d View commit details
    Browse the repository at this point in the history
  4. fixing scale

    Ildar Salakhiev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    3027cd7 View commit details
    Browse the repository at this point in the history
  5. fixing scale again..

    Ildar Salakhiev committed Mar 15, 2023
    Configuration menu
    Copy the full SHA
    7d570c1 View commit details
    Browse the repository at this point in the history