Commit Graph

864 Commits (5bd26d8aa27756b040b5661c084ded41e828b7a9)
 

Author SHA1 Message Date
kaiyangzhou 5bd26d8aa2 update doc 2021-04-25 15:35:51 +08:00
kaiyangzhou ea41e69302 RandomIdentitySampler: n_pids should be larger than n_pids_to_sample 2021-04-11 16:04:06 +08:00
Kaiyang 849d08b22b
Merge pull request #430 from sramakrishnan247/patch-1
Update mudeep.py to support testing (return features if self.training=False)
2021-04-09 13:34:50 +08:00
Ramakrishnan Sundareswaran 32acbbe4ad
Update mudeep.py to support testing
Current model fails in the case of triplet loss during testing since y,x returns a tuple where engine.py features expects a torch tensor instead to run features.cpu()
2021-04-08 11:31:27 -05:00
kaiyangzhou fac15fe098 update comments in the model zoo 2021-04-04 10:09:15 +08:00
kaiyangzhou 1da9383b43 update readme 2021-04-03 22:11:18 +08:00
kaiyangzhou fce34a26b3 update model zoo links 2021-04-01 11:34:42 +08:00
kaiyangzhou c2d9b0e825 update reference 2021-03-26 11:45:06 +08:00
kaiyangzhou 5d82902b3c update readme 2021-03-05 11:38:16 +08:00
KaiyangZhou 93b8c9f3db v1.3.6: added University-1652 2021-02-14 11:25:24 +08:00
Kaiyang 6e498f8b17
Merge pull request #417 from layumi/master
Add one new dataset University-1652
2021-02-14 11:17:33 +08:00
Zhedong Zheng 3923a2f259
Update README.rst 2021-02-10 15:06:56 +08:00
layumi 9b3a836308 add university 2021-02-10 17:59:05 +11:00
KaiyangZhou 08a993b123 update readme 2021-02-09 21:27:40 +08:00
Kaiyang d064f4c966
Merge pull request #412 from lablabla/master
Adding support for rank cython in Windows, fixing pytorch deprecation warnings
2021-02-09 21:15:38 +08:00
Carmel Barak c03125fb4b Updated version 2021-02-03 15:54:07 +02:00
Carmel Barak 6379253fc8 Merge remote-tracking branch 'origin/master' 2021-02-03 15:45:55 +02:00
Carmel Barak d78d9a86aa Changed addmm_ to new pytorch API to remove deprecated warnings 2021-02-03 15:45:08 +02:00
Carmel Barak 7cedf08a5b Changed cython types from long to int64_t to support Windows 2021-02-03 15:44:29 +02:00
KaiyangZhou 4df564c3df update readme: add mixstyle 2021-01-26 11:08:16 +08:00
KaiyangZhou a105924200 v1.3.4: features.data.cpu() => features.cpu().clone() 2021-01-22 16:21:43 +08:00
KaiyangZhou 454fe67abe avoid huge memory consumption at eval 2021-01-22 16:20:51 +08:00
Kaiyang 28430ec309
Merge pull request #405 from Xuanmeng-Zhang/master
Add the code for GPU-Re-Ranking.
2021-01-16 20:07:09 +08:00
Xuanmeng-Zhang 9b73eb41d5 Add the GPU-Re-Ranking 2021-01-15 15:29:44 +08:00
KaiyangZhou 57dad66ce7 update readme 2021-01-08 10:01:16 +08:00
KaiyangZhou 626e6c3bb8 minor change in feature_extractor.py 2020-10-19 12:06:30 +01:00
KaiyangZhou c4714fae69 add check_cfg() 2020-09-14 10:34:18 +01:00
KaiyangZhou fefa31dc3f 1.3.3: fixed bug in visrank (forgot unpacking dsetid) 2020-08-18 22:17:35 +01:00
KaiyangZhou 208dc3e9b8 add self.feature_dim to osnet 2020-08-18 16:05:58 +01:00
KaiyangZhou b6a3419da4 update readme 2020-08-12 13:32:18 +01:00
KaiyangZhou ade7818402 upgrade to v1.3.2 2020-08-12 13:30:01 +01:00
KaiyangZhou 3143997135 add _junk_pids to grid & prid 2020-08-12 13:29:27 +01:00
KaiyangZhou 56f06d58b3 update docs/ 2020-08-12 12:14:29 +01:00
KaiyangZhou 7c2ee1e6c6 update printing in triplet engine (taking into account weight_t & weight_x) 2020-08-12 11:03:24 +01:00
KaiyangZhou de42729f41 v1.3.1: record results (rank1 & mAP) of each target dataset 2020-08-10 22:06:15 +01:00
KaiyangZhou 8bbe93ffb5 update version indicator: v1.3.0 2020-08-10 12:39:04 +01:00
KaiyangZhou 4c7c43d34e add RandomDatasetSampler 2020-08-10 12:31:11 +01:00
KaiyangZhou 52b334a63e extend 3-tuple to 4-tuple by adding dsetid 2020-08-10 12:30:54 +01:00
KaiyangZhou 488b9e57db v1.2.7 2020-08-03 16:29:24 +01:00
KaiyangZhou 5656aaba85 bug fix in VideoTripletEngine 2020-08-03 16:17:49 +01:00
KaiyangZhou 069356a6e4 update comment 2020-08-03 16:03:31 +01:00
KaiyangZhou e941e291e2 update readme 2020-08-01 11:58:04 +01:00
KaiyangZhou ad4d8d7c29 v1.2.6: add RandomDomainSampler 2020-08-01 11:52:55 +01:00
KaiyangZhou b075bd3f4b show lr of last group of params (typically new layers) as default 2020-06-23 18:17:10 +01:00
KaiyangZhou 3478e43148 upgrade to v1.2.5 2020-06-23 15:24:47 +01:00
KaiyangZhou a5ee40744c add k_tfm 2020-06-23 15:21:11 +01:00
KaiyangZhou d18b3ad99a v1.2.4 2020-06-23 14:07:54 +01:00
KaiyangZhou aefe335d68 use dict as return of dataloader 2020-06-23 13:59:57 +01:00
KaiyangZhou fe0f39fb67 add imageio to requirements 2020-06-17 22:16:02 +01:00
KaiyangZhou accb3e2146 change scipy.misc.imsave to imageio.imwrite 2020-06-17 22:15:39 +01:00