index
:
gait-recognition.git
data_parallel
data_parallel_py3.8
disentangling_only
disentangling_only_py3.7
disentangling_only_py3.8
master
python3.7
python3.8
xla
Unnamed repository; edit this file 'description' to name the repository.
Git Version Control
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
models
/
rgb_part_net.py
Age
Commit message (
Expand
)
Author
2021-04-03
Merge branch 'disentangling_only' into disentangling_only_py3.8
Jordan Gong
2021-04-03
Merge branch 'master' into disentangling_only
Jordan Gong
2021-03-22
Add embedding visualization and validate on testing set
Jordan Gong
2021-03-14
Bug fix when transforming and new config
Jordan Gong
2021-03-12
Code refactoring
Jordan Gong
2021-02-27
Implement Batch Hard triplet loss and soft margin
Jordan Gong
2021-02-26
Fix predict function
Jordan Gong
2021-02-21
Remove FConv blocks
Jordan Gong
2021-02-20
Separate triplet loss from model
Jordan Gong
2021-02-19
Merge branch 'python3.8' into disentangling_only_py3.8
Jordan Gong
2021-02-19
New branch with auto-encoder only
Jordan Gong
2021-02-18
Merge branch 'master' into python3.8
Jordan Gong
2021-02-18
Implement adjustable input size and change some default configs
Jordan Gong
2021-02-18
Decode mean appearance feature
Jordan Gong
2021-02-18
Decode mean appearance feature
Jordan Gong
2021-02-15
Revert "Memory usage improvement"
Jordan Gong
2021-02-15
Revert "Memory usage improvement"
Jordan Gong
2021-02-14
Merge branch 'master' into python3.8
Jordan Gong
2021-02-14
Memory usage improvement
Jordan Gong
2021-02-14
Prepare for DataParallel
Jordan Gong
2021-02-09
Merge branch 'master' into python3.8
Jordan Gong
2021-02-09
Improve performance when disentangling
Jordan Gong
2021-02-08
Merge branch 'master' into python3.8
Jordan Gong
2021-02-08
Code refactoring, modifications and new features
Jordan Gong
2021-01-23
Remove the third term in canonical consistency loss
Jordan Gong
2021-01-23
Transform all frames together in evaluation
Jordan Gong
2021-01-21
Merge branch 'master' into python3.8
Jordan Gong
2021-01-21
Print average losses after 100 iters
Jordan Gong
2021-01-12
Merge branch 'master' into python3.8
Jordan Gong
2021-01-09
Add prototype predict function
Jordan Gong
2021-01-09
Change auto-encoder input in evaluation
Jordan Gong
2021-01-07
Type hint for python version lower than 3.9
Jordan Gong
2021-01-07
Add typical training script and some bug fixes
Jordan Gong
2021-01-06
Add TensorBoard support
Jordan Gong
2021-01-05
Implement Batch All Triplet Loss
Jordan Gong
2021-01-05
Change and improve weight initialization
Jordan Gong
2021-01-03
Separate last fc matrix from weight init function
Jordan Gong
2021-01-03
Implement weight initialization
Jordan Gong
2021-01-03
Update hyperparameter configuration, implement prototype fit function
Jordan Gong
2021-01-03
Add separate fully connected layers
Jordan Gong
2021-01-02
Separate training and evaluating
Jordan Gong
2021-01-02
Correct feature dims after disentanglement and HPM backbone removal
Jordan Gong
2021-01-02
Change type of pose similarity loss to tensor
Jordan Gong
2020-12-31
Implement some parts of RGB-GaitPart wrapper
Jordan Gong