Furkan BAĞCI
c92f3231a5
Fix typo in warning ( #8844 )
3 years ago
Czm369
061460c8f1
[Fix] fix the bug that mix_results may be None in MultiImageMixDataset ( #7530 )
...
* fix the bug that mix_results may be None
* confirm results is not None
* fix a bug
* refine commits
* refine some commits and add a RuntimeError
* fix
* refine some commits
3 years ago
Tong Gao
f9d294f153
[Fix] Relax the requirement of PALETTE in dataset wrappers ( #7085 )
3 years ago
jbwang1997
b6f21e3a9f
[Enhance] Upgrage visualization to custom colors of different classes. ( #6716 )
...
* Update visualization
* Fix a help text mistake
* short function docs
* Fix for iosrt
* Back to master
* Check by pre-commit
* Update dataset_warppers palette
* Custom colors for visualizaton
* Update visualization in image_demo.py
* align palette with panopticapi
* delete palette from checkpoint meta
* Use tuple to represent color
* Update visualization
* Modify image_demo.py
* Check test error
* Check test error
* Fix error for empty case
* Delete redundant functions
* Check visualization
* Add default case
* Fix bug
* Fix bugs
* Add unit tests
* Change coments
* Avoid break using positional arguments.
* Add copyright
* Modify comments
* fix lint
Co-authored-by: Guangchen Lin <347630870@qq.com>
3 years ago
Shane Zhao
2051e7fbc6
Add 'get_ann_info' to dataset_wrappers ( #6526 )
...
* Add 'get_ann_info' to dataset_wrappers
* fix format
* Delete unimportant notes
3 years ago
Haian Huang(深度眸)
c0b2e80ab8
Refactor YOLOX ( #6443 )
...
* Fix aug test error when the number of prediction bboxes is 0 (#6398 )
* Fix aug test error when the number of prediction bboxes is 0
* test
* test
* fix lint
* Support custom pin_memory and persistent_workers
* [Docs] Chinese version of robustness_benchmarking.md (#6375 )
* Chinese version of robustness_benchmarking.md
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update docs_zh-CN/robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* Update robustness_benchmarking.md
* Update robustness_benchmarking.md
* Update robustness_benchmarking.md
* Update robustness_benchmarking.md
* Update robustness_benchmarking.md
* Update robustness_benchmarking.md
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
* update yolox_s
* update yolox_s
* support dynamic eval interval
* fix some error
* support ceph
* fix none error
* fix batch error
* replace resize
* fix comment
* fix docstr
* Update the link of checkpoints (#6460 )
* [Feature]: Support plot confusion matrix. (#6344 )
* remove pin_memory
* update
* fix unittest
* update cfg
* fix error
* add unittest
* [Fix] Fix SpatialReductionAttention in PVT. (#6488 )
* [Fix] Fix SpatialReductionAttention in PVT
* Add warning
* Save coco summarize print information to logger (#6505 )
* Fix type error in 2_new_data_mode (#6469 )
* Always map location to cpu when load checkpoint (#6405 )
* configs: update groie README (#6401 )
Signed-off-by: Leonardo Rossi <leonardo.rossi@unipr.it>
* [Fix] fix config path in docs (#6396 )
* [Enchance] Set a random seed when the user does not set a seed. (#6457 )
* fix random seed bug
* add comment
* enchance random seed
* rename
Co-authored-by: Haobo Yuan <yuanhaobo@whu.edu.cn>
* [BugFixed] fix wrong trunc_normal_init use (#6432 )
* fix wrong trunc_normal_init use
* fix wrong trunc_normal_init use
* fix #6446
Co-authored-by: Uno Wu <st9007a@gmail.com>
Co-authored-by: Leonardo Rossi <leonardo.rossi@unipr.it>
Co-authored-by: BigDong <yudongwang@tju.edu.cn>
Co-authored-by: Haian Huang(深度眸) <1286304229@qq.com>
Co-authored-by: Haobo Yuan <yuanhaobo@whu.edu.cn>
Co-authored-by: Shusheng Yang <shusheng.yang@qq.com>
* bump version to v2.18.1 (#6510 )
* bump version to v2.18.1
* Update changelog.md
* add some comment
* fix some comment
* update readme
* fix lint
* add reduce mean
* update
* update readme
* update params
Co-authored-by: Cedric Luo <luochunhua1996@outlook.com>
Co-authored-by: RangiLyu <lyuchqi@gmail.com>
Co-authored-by: Guangchen Lin <347630870@qq.com>
Co-authored-by: Andrea Panizza <8233615+AndreaPi@users.noreply.github.com>
Co-authored-by: Uno Wu <st9007a@gmail.com>
Co-authored-by: Leonardo Rossi <leonardo.rossi@unipr.it>
Co-authored-by: BigDong <yudongwang@tju.edu.cn>
Co-authored-by: Haobo Yuan <yuanhaobo@whu.edu.cn>
Co-authored-by: Shusheng Yang <shusheng.yang@qq.com>
4 years ago
Haian Huang(深度眸)
8e89779837
fix dynamic_shape bug of SyncRandomSizeHook ( #6144 )
...
* fix SyncRandomSizeHook dynamic_shape bug
* fix unittest
* fix unittest
* update comments
* fix scale error
* update docstr
4 years ago
BigDong
bde7b4b7ee
[Docs] Add header for files ( #5900 )
...
* [Docs] Add header for files
* update license copyright
* add copyright header
* add copyright header tools
* delete add header code
4 years ago
Haian Huang(深度眸)
c108a786fe
Fix some error of YOLOX ( #5848 )
...
* Add YOLOX config
* update
* fix error
* fix lr error
* fix tiny config error and foreground_mask warning
* fix dp train error
* add comment
* support browse_dataset
* add comment
* fix __repr__
* Switch to synchronizing norm interval.
* delete config
* add MultiImageMixDataset unittest
* add MultiImageMixDataset skip_type_keys unittest
* fix type
* add comment
4 years ago
Mashiro
0f8a22670f
[Feature] Add MosaicMixupDataset ( #5770 )
...
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* - add mosaic augmentation
- add test
* update MosaicMixupDataset
* update Mosaic and mixup pipeline
* move MosaicMixup dataset to pipeline
* move MosaicMixup dataset to pipeline
* move MosaicMixupDataset to pipeline
* line seperator fixed
* line seperator fixed
* fix random
* add MultiImageMixDataset
* fix MultiImageMixDataset
* MultiImageMixDataset
* update mosaic and mixup pipeline
* fix MultiImageMixDataset
* update mosaic and mixup
* update mosaic and mixup
* update mosaic and mixup
* Fix mosaic error and add unittest
* rename and fix lint
* rename and fix docstr
* rename _filter_box_candidates
* add deepcopy
Co-authored-by: adamdad <787707188@qq.com>
Co-authored-by: PJLAB\huanghaian <1286304229@qq.com>
4 years ago
lizz
c6515a7b84
Remove unnecessary (object) in class definition ( #5180 )
...
Signed-off-by: lizz <lizz@sensetime.com>
4 years ago
Wang Xinjiang
c82c812970
Add include_bkg in ClassBalancedDataset ( #3577 )
...
* Add include_bkg in ClassBalancedDataset
* fix cat_ids
* Fix a bug in the old wrapper
* Change according to comments
* Resolve comments
5 years ago
Wenwei Zhang
3e0a00372a
Support evaluation on multiple datasets through ConcatDataset ( #3522 )
...
* support to evaluate concatenated dataset
* rm pdb
* update model zoo
* resolve comments
* Add assert during initialization
* more flexible usage
* add unittests
* change order of unittests
* Docs (new_datasets): update docs about concat dataset eval
* Docs (new_datasets): update docs about concat dataset eval
* Resolve comments
* Resolve comments
5 years ago
Kai Chen
588536de99
Fix docstring formats ( #3196 )
...
* update docstring formats
* fix :func:
* minor update
5 years ago
Jerry Jiarui XU
792273be65
Add doc string for datasets ( #3130 )
...
* add docstring for pipelines
* add docs string for transform pipeline
* add dataset docs
* resovle comments
* refactor table
* resovle comments
* delete __repr__
* resolve comments
* minor update
* update readme
* minor update
* rename api
5 years ago
Jerry Jiarui XU
f745a64d62
add ClassBalancedDataset ( #2721 )
...
* add RepeatFactorDataset
* add docs and test
* rename to ClassBalancedDataset
* fixed typo
5 years ago
kinredon
a9bedfba2e
Fix typos ( #2768 )
5 years ago