mmsegmentation/mmseg/apis
Youqing Xiaozhua 7970e0ff11
Bugfix: num of augmentations and image meta not match when run TTA on CPU (#276)
* add inference test

* fix E501 line too long (81 > 79 characters

* fix wrong config path

* fix num of augmentations (2) != num of image meta (1)

* Update test_inference.py

Co-authored-by: Jerry Jiarui XU <xvjiarui0826@gmail.com>
2020-12-13 23:51:42 -08:00
..
__init__.py init commit 2020-07-10 02:39:01 +08:00
inference.py Bugfix: num of augmentations and image meta not match when run TTA on CPU (#276) 2020-12-13 23:51:42 -08:00
test.py Update test.py (#93) 2020-08-25 21:12:39 +08:00
train.py Add runner type (#118) 2020-10-25 15:18:46 -07:00