Commit Graph

111 Commits (9d83550b670df49395bc8ba863a736b01a836d6a)

Author SHA1 Message Date
Darren d7c1294d9e
fastrt patch update
Summary:
move div255 to gpu
add read/write numpy ndarray, which will make the comparison between torch and trt results more easily.

Reviewed By: l1aoxingyu
2021-03-10 10:53:18 +08:00
darrenhsieh b9bda486f0 add trt api div255 2021-02-27 16:45:29 +08:00
darrenhsieh 69eb044b81 [v004] de-couple fastreid config from Model base-class
fix baseline class ctr bug
2021-02-27 16:40:04 +08:00
Xingyu Liao cf46e5f071
Attribute projects update
Summary: 1.fix zero divided in attribute metric computation;2.update market/duke attribute dataset loading.
Reviewed by: l1aoxingyu
2021-02-18 10:32:48 +08:00
darrenhsieh 0617e3eeb7 refactor: embedding_head
* add abstract poolinglayer

* add poolinglayer factory
2021-02-13 21:28:29 +08:00
darrenhsieh 159494e4a4 refactor: model class
* add Module as base class

* add head type

* replace template func args with Module ptr

* add Module factory
2021-02-13 21:14:14 +08:00
Jinkai Zheng 39e25e0457 add Market1501Attr and DukeMTMCAttr dataloader 2021-02-05 22:36:54 +08:00
Jinkai Zheng c9537c97d1 add eps in attr_evaluation.py 2021-02-05 21:52:39 +08:00
darrenhsieh 5f7d3d586e refactor: model.h 2021-01-31 18:12:35 +08:00
darrenhsieh ebc375e51e fix: cmake bug 2021-01-31 18:08:25 +08:00
darrenhsieh dc5f1924dc feat: support reid model with trt C++APIs
Summary: support reid model with tensorrt network definition APIs
2021-01-30 15:40:05 +08:00
liaoxingyu 2f877d239b update fastdistill readme 2021-01-30 11:52:47 +08:00
liaoxingyu 77a91b1204 feat: support multi-teacher kd
Summary: support multi-teacher kd with logits and overhaul distillation
2021-01-29 17:25:31 +08:00
liaoxingyu db8670db63 feat: update naic20 1-st solution 2021-01-29 11:50:59 +08:00
liaoxingyu 6ab40bd43a change CrossDomainReID repo name 2021-01-22 11:19:14 +08:00
liaoxingyu e26182e6ec make lr warmup by iter
Summary: change warmup way by iter not by epoch, which will make it more flexible when training small epochs
2021-01-22 11:17:21 +08:00
liaoxingyu 15e1729a27 update fastreid V1.0 2021-01-18 11:36:38 +08:00
liaoxingyu a327a70f0d v0.3 update
Summary:
1. change DPP training in apex way;
2. make warmup scheduler by iter and lr scheduler by epoch;
3. replace random erasing with torchvision implementation;
4. naming modification in config file
2020-12-07 14:19:20 +08:00
liaoxingyu a5dac37bea update bohb search space 2020-10-12 20:21:47 +08:00
liaoxingyu e5c3ff3b5b fix typro in hpo training 2020-10-10 18:55:32 +08:00
liaoxingyu 8d55a0bbd4 add more hpo search algorithms
Summary: support hyperopt, bohb and population based training
2020-10-10 17:35:25 +08:00
liaoxingyu caf11b5cc6 add checkpoint in hpo 2020-10-01 18:12:51 +08:00
liaoxingyu 85cebe311f support hpo project
Summary: support BOHB search algorithm for reid.
2020-10-01 18:10:02 +08:00
liaoxingyu 4629172a90 update distill reid readme 2020-10-01 18:09:18 +08:00
liaoxingyu bd5aaf386a add student model load path 2020-09-30 16:45:46 +08:00
liaoxingyu 69f4407267 update distill reid project (#287)
Summary: refactor distill reid code and config files
2020-09-30 16:05:58 +08:00
liaoxingyu a25d8a6bc1 refactor code for partial reid (#277)
Summary: make partial reid adapted for new code style

close #277
2020-09-25 14:24:48 +08:00
liaoxingyu f2d2467ead update projects homepage 2020-09-25 11:33:16 +08:00
liaoxingyu 5dfe537515 update attribute project 2020-09-23 19:45:13 +08:00
Lingxiao He cf246e9bee
Delete CrowdReID
delete
2020-09-11 15:53:17 +08:00
wangguanan dc9d1e39d0 add msmt17 results 2020-08-10 11:04:28 +08:00
wangguanan bbbcdb35ea add msmt17 results 2020-08-10 10:54:42 +08:00
wangguanan 52cfd1cc3f add msmt17 results 2020-08-10 10:49:20 +08:00
wangguanan 49bd511750 add msmt17 results 2020-08-10 10:35:00 +08:00
wangguanan 7ddb5b6f59 add msmt17 results 2020-08-10 10:31:41 +08:00
wangguanan 531ecf3782 fix config bug 2020-08-10 10:10:47 +08:00
wangguanan 0aa1425167 fix 34-kd-18 bugs 2020-08-07 11:30:43 +08:00
wangguanan 5856da3d09 fix 34-kd-18 bugs 2020-08-07 11:23:07 +08:00
wangguanan 69b7a087e7 update market1501 results 2020-08-07 11:21:03 +08:00
wangguanan 1d6778333c update market1501 results 2020-08-07 11:19:02 +08:00
wangguanan d6d1b84096 update market1501 results 2020-08-07 11:18:13 +08:00
wangguanan d6b7bf7c50 update market1501 results 2020-08-07 10:35:26 +08:00
wangguanan 1b0f5fdd85 add distill-reid 2020-08-06 17:54:30 +08:00
wangguanan 7a58effeb5 add distill-reid 2020-08-06 17:49:27 +08:00
wangguanan 5adb7173cb add distill-reid 2020-08-06 17:44:05 +08:00
wangguanan 3426bec5b0 add distill-reid 2020-08-06 17:42:39 +08:00
wangguanan d4b3eff907 add distill-reid 2020-08-06 17:40:28 +08:00
wangguanan 0fa4f3c996 add distill-reid 2020-08-06 17:39:34 +08:00
wangguanan 6bc0913f83 add distill-reid 2020-08-06 17:39:06 +08:00
wangguanan c00967b6c4 add distill-reid 2020-08-06 17:28:39 +08:00