Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-31 | Implement some parts of RGB-GaitPart wrapper | Jordan Gong | |
1. Triplet loss function and weight init function haven't been implement yet 2. Tuplize features returned by auto-encoder for later unpack 3. Correct comment error in auto-encoder 4. Swap batch_size dim and time dim in HPM and PartNet in case of redundant transpose 5. Find backbone problems in HPM and disable it temporarily 6. Make feature structure by HPM consistent to that by PartNet 7. Fix average pooling dimension issue and incorrect view change in HP | |||
2020-12-27 | Implement some parts of main model structure | Jordan Gong | |
1. Configuration parsers 2. Model signature generator | |||
2020-12-23 | Split modules to different files | Jordan Gong | |