summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-01-06Add TensorBoard supportJordan Gong
2021-01-05Implement checkpoint mechanismJordan Gong
2021-01-05Implement Batch All Triplet LossJordan Gong
2021-01-05Change and improve weight initializationJordan Gong
2021-01-03Separate last fc matrix from weight init functionJordan Gong
2021-01-03Delete dead training judgeJordan Gong
2021-01-03Implement weight initializationJordan Gong
2021-01-03Update hyperparameter configuration, implement prototype fit functionJordan Gong
2021-01-03Add separate fully connected layersJordan Gong
2021-01-03Unit testing on auto-encoder, HPM and Part NetJordan Gong
2021-01-03Bump up version for pillowJordan Gong
2021-01-02Separate training and evaluatingJordan Gong
2021-01-02Correct feature dims after disentanglement and HPM backbone removalJordan Gong
2021-01-02Change type of pose similarity loss to tensorJordan Gong
2020-12-31Implement some parts of RGB-GaitPart wrapperJordan Gong
2020-12-31Make HPM capable of processing frames in all batchesJordan Gong
2020-12-31Make super class constructor revoke consistentJordan Gong
2020-12-31Bug Fixes in HPM and PartNetJordan Gong
2020-12-30Correct and refine PartNetJordan Gong
2020-12-30Combine FPFE and TFA to PartNetJordan Gong
2020-12-30Combine FPFE and TFA to GaitPartJordan Gong
2020-12-30Add pooling options in HPMJordan Gong
2020-12-29Return canonical features at condition 1 for later aggregationJordan Gong
2020-12-29Correct batch splitterJordan 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-28Wrap the auto-encoder, return 3 losses at t2Jordan Gong
2020-12-27Try some unit tests on CASIA-B datasetJordan Gong
2020-12-27Change default dataset directoryJordan Gong
2020-12-27Implement some parts of main model structureJordan Gong
2020-12-27Fix inconsistency and API deprecation issues in decoderJordan Gong
2020-12-27Refine auto-encoderJordan Gong
2020-12-27Prepare for FVG datasetJordan Gong
2020-12-27Make naming scheme consistentJordan 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-26Implement batch splitter to split sampled dataJordan Gong
2020-12-26Sample k more clips for disentanglementJordan Gong
2020-12-26Add config file and corresponding type hintJordan Gong
2020-12-26Combine transformed height and width to `frame_size`Jordan Gong
2020-12-26Bump up version for tqdmJordan Gong
2020-12-24Implement Horizontal Pyramid Matching (HPM)Jordan Gong
2020-12-24Optimize importsJordan Gong
2020-12-24Change the usage of layers and reorganize relations of layersJordan Gong
2020-12-23Make activation inplaceJordan Gong
2020-12-23Modify activation functions after conv or trans-conv in auto-encoderJordan Gong
2020-12-23Refactor and refine auto-encoderJordan Gong
2020-12-23Wrap Conv1d no bias layerJordan Gong
2020-12-23Reshape feature before decodeJordan Gong
2020-12-23Remove redundant Leaky ReLU in FocalConv2dJordan Gong