summaryrefslogtreecommitdiff
path: root/models/rgb_part_net.py
AgeCommit message (Expand)Author
2021-03-25Merge branch 'master' into data_paralleldata_parallelJordan Gong
2021-03-22Add embedding visualization and validate on testing setJordan Gong
2021-03-14Bug fix when transforming and new configJordan Gong
2021-03-12Merge branch 'master' into data_parallelJordan Gong
2021-03-12Code refactoringJordan Gong
2021-03-05Calculate losses outside modulesJordan Gong
2021-03-02Fix DataParallel specific bugsJordan Gong
2021-02-27Implement Batch Hard triplet loss and soft marginJordan Gong
2021-02-26Fix predict functionJordan Gong
2021-02-21Remove FConv blocksJordan Gong
2021-02-20Separate triplet loss from modelJordan Gong
2021-02-18Implement adjustable input size and change some default configsJordan Gong
2021-02-18Decode mean appearance featureJordan Gong
2021-02-18Decode mean appearance featureJordan Gong
2021-02-15Revert "Memory usage improvement"Jordan Gong
2021-02-14Memory usage improvementJordan Gong
2021-02-14Prepare for DataParallelJordan Gong
2021-02-09Improve performance when disentanglingJordan Gong
2021-02-08Code refactoring, modifications and new featuresJordan Gong
2021-01-23Remove the third term in canonical consistency lossJordan Gong
2021-01-23Transform all frames together in evaluationJordan Gong
2021-01-21Print average losses after 100 itersJordan Gong
2021-01-09Add prototype predict functionJordan Gong
2021-01-09Change auto-encoder input in evaluationJordan Gong
2021-01-07Add typical training script and some bug fixesJordan Gong
2021-01-06Add TensorBoard supportJordan 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-03Implement weight initializationJordan Gong
2021-01-03Update hyperparameter configuration, implement prototype fit functionJordan Gong
2021-01-03Add separate fully connected layersJordan 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