Commit Graph

23 Commits (e34e3ae85fe02314e3a9a9a93c5828f4fed1b225)

Author SHA1 Message Date
KaiyangZhou fefa31dc3f 1.3.3: fixed bug in visrank (forgot unpacking dsetid) 2020-08-18 22:17:35 +01:00
KaiyangZhou 6b8fe56638 linting and formatting code 2019-12-01 02:35:44 +00:00
KaiyangZhou a136384a6a rm unused imports/variables; fixed minor bugs 2019-10-23 17:15:37 +01:00
KaiyangZhou 046ff13c07 minor change 2019-08-23 22:09:35 +01:00
KaiyangZhou f4451e5ea9 fix visrank bug for video reid 2019-08-23 22:04:36 +01:00
Abner Ayala-Acevedo 2383698d52
Fix Visual Rank Video Reid Error
Fix video reid error while making sure it still works for image reid. 

When trying to save visual ranks for video reid. It crashes on statement `qdir = osp.join(save_dir, osp.basename(osp.splitext(qimg_path)[0]))` that is because qimg_path can be a tuple or list for video reid. Hence, osp.splittext gives error when input is not a str. To fix this I make sure that osp.splitext always gets pass an str regardless if we doing video or image reid.

Let me know if you have any questions.
2019-08-23 12:12:32 -07:00
KaiyangZhou d021fafff1 set visrank_topk=10 as default 2019-08-03 22:59:10 +01:00
KaiyangZhou 28189cf1a6 [update visrank] use grid_img instead of plt.imshow 2019-08-03 22:30:22 +01:00
KaiyangZhou a6a5d39f68 print progress in visrank 2019-08-03 17:49:19 +01:00
KaiyangZhou 27d4f2f093 add visactmap code; upgrade visrank to plot single figure 2019-08-03 17:35:06 +01:00
KaiyangZhou aa98ef5a7b add docstrings to losses, metrics, models, utils, optim 2019-03-22 00:14:41 +00:00
KaiyangZhou 37f92b7cc3 create engine SDK 2019-03-19 17:26:08 +00:00
KaiyangZhou 03d0674dcb comply woth PEP8 2019-03-15 23:17:38 +00:00
KaiyangZhou 564f5a26ab update print 2019-01-30 22:41:47 +00:00
KaiyangZhou 074a10e24e bug fix 2018-12-27 10:25:09 +00:00
KaiyangZhou 1f1f01669b change dataset to (query, gallery) 2018-11-07 21:45:48 +00:00
KaiyangZhou 3bd674f198 use imgname as dirname for each query 2018-10-06 22:21:11 +01:00
KaiyangZhou e6ce128a26 update print 2018-10-06 22:16:28 +01:00
KaiyangZhou 86eb3336c9 update print 2018-10-06 22:16:07 +01:00
KaiyangZhou b0aa35cb03 add image_name to query_dir_name 2018-10-06 22:09:44 +01:00
KaiyangZhou 1fa306e90d mv --vis-ranked-res to --visualize-ranks 2018-10-06 20:51:20 +01:00
KaiyangZhou 95ede066c7 add isinstance(src, list) check for img_paths in tracklets 2018-09-04 10:11:43 +01:00
KaiyangZhou 611ac80f0b mv deepreid/ to torchreid/ 2018-08-15 09:48:17 +01:00