EasyCV icon indicating copy to clipboard operation
EasyCV copied to clipboard

An all-in-one toolkit for computer vision

Results 43 EasyCV issues
Sort by recently updated
recently updated
newest added

# Motivation 1. use ASFF/TOOD/REPVGG to improve YOLOX, achieve 44.5map yolox-s # Modification 1. Model Yolox components such as ASFF/ASFFSim/TOODS supports 2. Model of RepVGGBlocks backbone 3. Export support of...

--seed 42 --deterministic Results of two runs: 1. Epoch [1][50/7330] 59.7561 Epoch [1][100/7330] 48.4067 Epoch [1][150/7330] 44.8409 2. Epoch [1][50/7330] 58.8591 Epoch [1][100/7330] 48.8086 Epoch [1][150/7330] 45.2519

bug

# Motivation The use of unified DetectionPredictor for detection test and predictor. For example: 1. for detection test ``` model_path = '.pth' config_path = '.py' img = './demo.jpg' out_file =...

# Motivation supplementary algo tables # Modification 1. readme.md add Technical Articles 2. readme.md add algo tables 3. add fcos instruction card as an example