This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
fast-reid
Watch
1
Star
0
Fork
0
You've already forked fast-reid
mirror of
https://github.com/JDAI-CV/fast-reid.git
synced
2025-06-03 14:50:47 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
fast-reid
/
fastreid
/
data
History
liaoxingyu
9844760d7f
fix naive sampler time-consuming problem
...
Summary: list.remove has O(n) time complexity and use set instead.
2020-08-20 15:44:26 +08:00
..
datasets
add pretrain_path support in backbone
2020-08-14 14:00:26 +08:00
samplers
fix naive sampler time-consuming problem
2020-08-20 15:44:26 +08:00
transforms
onnx/trt support
2020-07-29 17:43:39 +08:00
__init__.py
fix: remove prefetcher, put normalizer in model
2020-05-25 23:39:11 +08:00
build.py
fix bug about changing cfg values
2020-08-10 10:29:24 +08:00
common.py
fix bug in pid_dict
2020-08-20 15:41:14 +08:00
data_utils.py
Update sampler code
2020-02-10 07:38:56 +08:00