Major updates: Significant changes to "scripts/main.py", where most arguments in argparse are replaced with config. Add config files which contain predefined training params to configs/. In data manager and engine, use_cpu is changed to use_gpu. In data manager, batch_size is changed to batch_size_train and batch_size_test. Tensorboard is available
What's Changed Implement MeanTeacher Trainer by @constantinpape in https://github.com/constantinpap...
Notes This is a large overhaul and refactor of some of the core testing and API functionality to mak...
Changelog: Add proper support for multiple backends (numpy, torch, tensorflow) Provide backend i...
Major changes https://github.com/KaiyangZhou/deep-person-reid/commit/1e9d466f42256cc451f6f73761c298...
Major changes: Added conda install instructions. Fixed a bug in learning rate scheduler https://git...
Removed unused imports/variables. Fixed minor bugs. Basically a more stable version
Major updates: Added person reranking, which can be activated with rerank=True in engine.run(). It ...
Main update: Plot ranks in a single figure (currently support image-reid) Visualize activation maps...
Code structure is re-organized, which is easier to read and modify data_manager is split into differ...
Major updates: Model codes such as resnet.py and densenet.py keep the original style for easier mod...
multi-GPU training. both image-based and video-based reid. unified interface for different reid mode...
Summary of changes: Add proper support for multiple backends (numpy, torch, tensorflow) Provide bac...
What's Changed Add reinhard color normalization support by @andreped in https://github.com/EIDOSLAB...
Changelog: Add proper support for multiple backends (numpy, torch, tensorflow) Provide backend inst...
Added Support for the IRALab benchmark (https://arxiv.org/abs/2003.12841), with data from the ETH, ...
What's Changed Implement MeanTeacher Trainer by @constantinpape in https://github.com/constantinpap...
Notes This is a large overhaul and refactor of some of the core testing and API functionality to mak...
Changelog: Add proper support for multiple backends (numpy, torch, tensorflow) Provide backend i...
Major changes https://github.com/KaiyangZhou/deep-person-reid/commit/1e9d466f42256cc451f6f73761c298...
Major changes: Added conda install instructions. Fixed a bug in learning rate scheduler https://git...
Removed unused imports/variables. Fixed minor bugs. Basically a more stable version
Major updates: Added person reranking, which can be activated with rerank=True in engine.run(). It ...
Main update: Plot ranks in a single figure (currently support image-reid) Visualize activation maps...
Code structure is re-organized, which is easier to read and modify data_manager is split into differ...
Major updates: Model codes such as resnet.py and densenet.py keep the original style for easier mod...
multi-GPU training. both image-based and video-based reid. unified interface for different reid mode...
Summary of changes: Add proper support for multiple backends (numpy, torch, tensorflow) Provide bac...
What's Changed Add reinhard color normalization support by @andreped in https://github.com/EIDOSLAB...
Changelog: Add proper support for multiple backends (numpy, torch, tensorflow) Provide backend inst...
Added Support for the IRALab benchmark (https://arxiv.org/abs/2003.12841), with data from the ETH, ...
What's Changed Implement MeanTeacher Trainer by @constantinpape in https://github.com/constantinpap...
Notes This is a large overhaul and refactor of some of the core testing and API functionality to mak...
Changelog: Add proper support for multiple backends (numpy, torch, tensorflow) Provide backend i...