Files
modelscope/tests
yuze.zyz 672a4ba107 Refactor tinynas objectdetection & img-classification
Refactor tinynas model & pipeline:
1. Move preprocess method out of model to image.py
2. Pipeline calls the model.__call__ method instead of inference method
3. Remove some obsolete code
4. Add a default preprocessor to preprocessor.py instead of change config in modelhub.
5. Standardize the return value of model

Refactor general image classification pipeline:
1. Change the preprocessor build method of ofa to avoid dependencies between multi-modal and cv.
2. Move preprocess method out of pipeline to image.py
        Link: https://code.alibaba-inc.com/Ali-MaaS/MaaS-lib/codereview/11185418
2023-01-09 21:33:42 +08:00
..
2023-01-09 21:22:07 +08:00
2022-12-01 16:50:09 +08:00
2022-10-27 19:49:21 +08:00
2022-10-25 12:26:25 +08:00
2023-01-09 21:22:07 +08:00
2022-08-17 22:51:22 +08:00
2022-05-17 10:15:00 +08:00
2023-01-09 21:23:26 +08:00