# dist2 **Repository Path**: lkingtd/dist2 ## Basic Information - **Project Name**: dist2 - **Description**: 3合1 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-02-09 - **Last Updated**: 2026-02-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 相关命令: ```bash # git pull 若有冲突 git fetch origin && git reset --hard origin/master && git clean -fd # 先拼接模型 cat cv_traffic/model/model1.encrypted.part_* > cv_traffic/model/model1.encrypted # 验证版本 python -B -m cv_traffic.utils.print_versions # 验证算法逻辑 python -B -m cv_traffic.main # 结果可视化 python -B -m cv_traffic.utils.result_visualizer # 运行整个项目 python -B -m cv_traffic.app_entry python -B -m offline.app python -B -m online.app ```