# visdrone_classification **Repository Path**: max__niu/visdrone_classification ## Basic Information - **Project Name**: visdrone_classification - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-03-20 - **Last Updated**: 2025-03-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #测试 python3 3_test.py #onnx测试 python3 4_test_onnx.py #onnx转om atc --framework=5 --model=model_dybs.onnx --output=model_bs32 --input_format=NCHW --input_shape="image:32,3,64,64" --log=error --soc_version=Ascend310P3 atc --framework=5 --model=model_dybs.onnx --output=model_bs32 --input_format=NCHW --input_shape="image:32,3,64,64" --log=error --soc_version=Ascend910PremiumA #om测试 python3 6_yolo4class.py