Kaiyang
566a56a2cb
Merge pull request #535 from KleinYuan/kaiwen/docker
...
Add Docker Support
2023-02-08 10:52:17 +08:00
KleinYuan
34f6ce5d19
format
2023-02-06 16:49:34 -08:00
KleinYuan
2a46695c2a
add to readme
2023-02-06 16:48:36 -08:00
KleinYuan
a524747666
add to readme
2023-02-06 16:47:59 -08:00
KleinYuan
a315c44ab7
add docker support
2023-02-06 16:44:46 -08:00
Kaiyang
9e589c6fc7
Merge pull request #519 from chenghancc/master
...
speed = 0 if duration == 0 else int(progress_size / (1024*duration))
2022-08-16 09:21:56 +08:00
HanCheng
be55021c57
Update tools.py
...
If you don't use the condition expression speed may be 0 initially
deep-person-reid-master\torchreid\utils\tools.py", line 86, in _reporthook
speed = int(progress_size / (1024*duration))
ZeroDivisionError: float division by zero
2022-08-15 16:43:02 +08:00
Kaiyang
91b032f392
Merge pull request #517 from mikel-brostrom/patch-4
...
Update README.rst
2022-08-11 10:08:48 +08:00
Mike
584f9c3238
Update README.rst
2022-08-10 14:30:11 +02:00
Kaiyang
af9261e249
Merge pull request #514 from mikel-brostrom/export
...
Export .pt reid models to: ONNX, OpenVINO and TFLite
2022-08-07 11:01:58 +08:00
Mike
9e4071b5c8
Update requirements.txt
2022-08-06 21:51:00 +02:00
mikel-brostrom
ac80086882
delete unused imports
2022-08-06 21:14:46 +02:00
mikel-brostrom
b49a8a7546
cleanup
2022-08-06 21:13:33 +02:00
mikel-brostrom
fe82e7a0a3
added export script
2022-08-06 20:36:40 +02:00
kaiyangzhou
4a0793780b
update readme
2022-05-16 19:42:35 +08:00
Kaiyang
e34e3ae85f
Merge pull request #493 from Bloodrammer/master
...
Fix memory leak in Engine
2022-02-24 00:13:56 +08:00
Kaiyang
40bfa1ae77
Merge pull request #488 from helmutg/patch-1
...
FeatureExtractor: avoid loading weights twice
2022-02-23 20:57:59 +08:00
Bloodrammer
0e82980e8a
Fix memory leak in Engine
2022-02-22 17:25:54 +03:00
Helmut Grohne
42185c4beb
FeatureExtractor: avoid loading weights twice
...
When passing a model_path to the FeatureExtractor, weights are loaded twice.
One the pretrained once and then the given ones. Avoid the unnecessary load.
2022-01-19 09:25:20 +01:00
kaiyangzhou
6987d99074
fix missing link in model zoo
2021-08-27 09:19:08 +08:00
kaiyangzhou
ae241fd1c0
update readme
2021-08-11 17:00:01 +08:00
kaiyangzhou
f6ba78eceb
linting code
2021-08-11 16:59:54 +08:00
kaiyangzhou
b815df6ab0
add osnet_ain x0.75, x0.5 and x0.25
2021-08-11 16:51:32 +08:00
kaiyangzhou
b8b91acbd5
fpath = osp.abspath(osp.expanduser(fpath))
2021-08-11 16:50:56 +08:00
kaiyangzhou
1d143ad8a4
update readme
2021-07-19 09:08:09 +08:00
kaiyangzhou
1e26d7a6f0
update iLIDS-VID's link
2021-07-08 09:59:56 +08:00
kaiyangzhou
e580b699c3
update model zoo
2021-04-30 12:55:49 +08:00
kaiyangzhou
45cf03b65e
update print in parse_test_res.py
2021-04-28 16:54:06 +08:00
kaiyangzhou
b882bc8a09
add parse_test_res.py
2021-04-28 16:49:35 +08:00
kaiyangzhou
e108f6a3ef
update datasets instructions
2021-04-28 00:00:05 +08:00
kaiyangzhou
a379c72adc
linting code
2021-04-27 15:47:00 +08:00
kaiyangzhou
c4639e91a0
v1.4.0: added cuhksysu
2021-04-27 15:31:30 +08:00
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