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

Adding class BlobLoader to separate loading from JsonIndexDataset logic #1463

Open
wants to merge 37 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 34 commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
aa34aa0
created class BlobLoader and moved all related function to sep file
Feb 28, 2023
f745dfc
added type hints and deleted chore pyre-ignore
Feb 28, 2023
c3c5110
linter
Feb 28, 2023
9b431bd
linter
Feb 28, 2023
c74261d
Merge branch 'main' into main
salaxieb Feb 28, 2023
627e60f
deleted chore pyre-ignore
Feb 28, 2023
d0a2d4d
Merge branch 'main' of github.com:salaxieb/pytorch3d
Feb 28, 2023
0aa27a6
renamed load_blob to blob_loader
Mar 1, 2023
53823cf
sending to BlobLoader whore seq_annotation
Mar 1, 2023
d6f13eb
made blob_loader dataclass to avoid boilerplate
Mar 1, 2023
86e64f7
documented, that FrameData modification done inplace
Mar 1, 2023
2f17049
spliited JsonIndexDataset args to 2 gorups: Matadata-related and Blo…
Mar 1, 2023
527ec09
code refactoring to delete chore pyre-ignore
Mar 1, 2023
24b731b
deleted chore function
Mar 6, 2023
f484a12
BloabLoader tests boilerplate
Mar 6, 2023
b8674ea
tests WIP (not tested)
Mar 7, 2023
faeffcf
tests typos and errors WIP
Mar 9, 2023
bc24e29
tests typos and errors WIP
Mar 9, 2023
e9c5969
solved error and typos for test_bbox
Mar 9, 2023
44cfcfb
updating test_blob_loader WIP
Mar 9, 2023
11def0a
blob loader tests ready for review
Mar 9, 2023
bc52382
typo
Mar 9, 2023
0149377
typo
Mar 9, 2023
3bcbd01
linter
Mar 9, 2023
269cffa
all entry tests run thru all frames
Mar 9, 2023
f930d71
assert .. == .. to self.assertEqual(.., ..)
Mar 10, 2023
dc7a702
testing only on 1 frame
Mar 10, 2023
fcd8d8b
instead of loading whole dataset, loading only single frame annots
Mar 10, 2023
c3bd722
added default values to BlobLoader to ease initialisation
Mar 10, 2023
cb34c01
mackink tests on single loaded frame
Mar 10, 2023
04b7d15
made _resize_image separate function (will ease use in pixar replay)
Mar 10, 2023
76f45aa
type in function arguments
Mar 10, 2023
e5d3a2b
moved tests for _resize_image to test_bbox
Mar 10, 2023
1ba1a3a
np array instead of tensor to resize_image
Mar 10, 2023
cd9aa5c
setting up default scale value to correct one
Mar 13, 2023
ce9fd40
renamed funciton to load_ to make more obvious inplace modification
Mar 14, 2023
46d39ed
Update pytorch3d/implicitron/dataset/blob_loader.py
salaxieb Mar 14, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading