# Badminton_3Dtrajectory **Repository Path**: RIS-Lab/badminton_trajectory ## Basic Information - **Project Name**: Badminton_3Dtrajectory - **Description**: 羽毛球智慧场地系统中羽毛球轨迹识别部分 - **Primary Language**: Python - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-11-14 - **Last Updated**: 2022-12-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Badminton_trajectory #### 介绍 **以下是羽毛球轨迹识别相关代码** #### 运行环境 Ubuntu20.04或者win10系统; 因为程序中部分功能包和函数需要tensorflow1.4以上,所以推荐安装tensorflow>=1.5; 安装keras>=2.0,因为array_to_img, img_to_array, load_img等功能包都在keras.preprocessing.image模块中,低版本keras这些功能包都在keras其他模块当中。 #### 使用说明 1. 运行原始羽毛球2d识别代码: ```shell python predict3.py ``` 2. 运行获取羽毛球三维轨迹点获取代码: ```shell python rs_predict.py ```