summaryrefslogtreecommitdiff
path: root/utils/dataset.py
AgeCommit message (Expand)Author
2021-03-10Merge branch 'master' into python3.8Jordan Gong
2021-03-10Bug fixesJordan Gong
2021-02-10Merge branch 'master' into python3.8Jordan Gong
2021-02-10Implement new sampling technique mentioned in GaitPart[1]Jordan Gong
2021-01-23Merge branch 'master' into python3.8Jordan Gong
2021-01-23Evaluation bug fixes and code reviewJordan Gong
2021-01-12Merge branch 'master' into python3.8Jordan Gong
2021-01-12Some type hint fixesJordan Gong
2021-01-07Type hint for python version lower than 3.9Jordan Gong
2021-01-07Type hint for python version lower than 3.9Jordan Gong
2020-12-31Make super class constructor revoke consistentJordan Gong
2020-12-29Add type hint for new label (numpy.int64)Jordan Gong
2020-12-29Encode class names to label and some access improvementJordan Gong
2020-12-27Add dataset selector to config type hint, change ClipLabels typo to ClipViewsJordan Gong
2020-12-27Adopt type hinting generics in standard collections (PEP 585)Jordan Gong
2020-12-26Combine transformed height and width to `frame_size`Jordan Gong
2020-12-21Change image loading techniqueJordan Gong
2020-12-191. Delete unused transform functionJordan Gong
2020-12-19Fix indexing error when no clip to be discardJordan Gong
2020-12-19Add cache switch, allowing load all data into RAM before samplingJordan Gong
2020-12-18Implement CASIA-B datasetJordan Gong