Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-03-10 | Merge branch 'master' into python3.8 | Jordan Gong | |
# Conflicts: # models/model.py | |||
2021-03-10 | Bug fixes | Jordan Gong | |
1. Resolve reference problems when parsing dataset selectors 2. Transform gallery using different models | |||
2021-02-10 | Merge branch 'master' into python3.8 | Jordan Gong | |
2021-02-10 | Implement new sampling technique mentioned in GaitPart[1] | Jordan Gong | |
[1]C. Fan et al., “GaitPart: Temporal Part-Based Model for Gait Recognition,” in Proceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition, 2020, pp. 14225–14233. | |||
2021-01-23 | Merge branch 'master' into python3.8 | Jordan Gong | |
2021-01-23 | Evaluation bug fixes and code review | Jordan Gong | |
1. Return full cached clip in evaluation 2. Add multi-iter checkpoints support in evaluation 3. Remove duplicated code while transforming | |||
2021-01-12 | Merge branch 'master' into python3.8 | Jordan Gong | |
# Conflicts: # models/model.py # utils/dataset.py | |||
2021-01-12 | Some type hint fixes | Jordan Gong | |
2021-01-07 | Type hint for python version lower than 3.9 | Jordan Gong | |
2021-01-07 | Type hint for python version lower than 3.9 | Jordan Gong | |
2020-12-31 | Make super class constructor revoke consistent | Jordan Gong | |
2020-12-29 | Add type hint for new label (numpy.int64) | Jordan Gong | |
2020-12-29 | Encode class names to label and some access improvement | Jordan Gong | |
1. Encode class names using LabelEncoder from sklearn 2. Remove unneeded class variables 3. Protect some variables from being accessed in userspace | |||
2020-12-27 | Add dataset selector to config type hint, change ClipLabels typo to ClipViews | Jordan Gong | |
2020-12-27 | Adopt type hinting generics in standard collections (PEP 585) | Jordan Gong | |
2020-12-26 | Combine transformed height and width to `frame_size` | Jordan Gong | |
2020-12-21 | Change image loading technique | Jordan Gong | |
1. Use Pillow.Image.open instead of torchvision.io.read_image to read image 2. Transforming PIL images instead of tensors which performs better and device option is removed 3. Images are normalized now | |||
2020-12-19 | 1. Delete unused transform function | Jordan Gong | |
2. Reorganize the initialization cache dicts | |||
2020-12-19 | Fix indexing error when no clip to be discard | Jordan Gong | |
2020-12-19 | Add cache switch, allowing load all data into RAM before sampling | Jordan Gong | |
2020-12-18 | Implement CASIA-B dataset | Jordan Gong | |