# Debris-Classification **Repository Path**: ocean1100/debris-classification ## Basic Information - **Project Name**: Debris-Classification - **Description**: A debris classification trainer and evaluator. - **Primary Language**: Python - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-12-23 - **Last Updated**: 2021-04-10 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Debris Classification A debris classification trainer and evaluator. ## Dependent mmclassification python3.7 ## Usage ```bash python image_demo.py datas/test/wet/ mmclassification/configs/stone/dry_resnet18_b16x8_0.1.py mmclassification/work_dirs/wet_resnet18_b16x8/latest.pth python image_demo.py datas/test/dry/ mmclassification/configs/stone/dry_resnet18_b16x8_0.1.py mmclassification/work_dirs/dry_resnet18_b16x8/latest.pth ```