# RoadCrackDetection路面缺陷 **Repository Path**: tianruiming/RoadCrackDetection ## Basic Information - **Project Name**: RoadCrackDetection路面缺陷 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-10-23 - **Last Updated**: 2021-03-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Automatic Pavement Crack Detection for Japan, Czech Republic and India Step 1: Download the complete repository Step 2: Install all the dependencies from requirements.txt
$ pip install -r requirements.txt Step 3: Download 3 different models one each for every country [HERE](https://drive.google.com/drive/folders/1__WPNp2PFkZf0pbGwnCValb58Mc4DKYD) Step 4: Create a new folder within the parent directory and place each of those models in it for testing. # Testing The train, test1 and test2 datasets can be downloaded from [HERE](https://github.com/sekilab/RoadDamageDetector). Since, you already downloaded the models in Step 3. Proceed to Step 5-6 for Testing those models on test1 and test2 datasets. # test1 Step 5: Run the following python files separately by passing individual models (downloaded from Step 3) and by inserting the correct path of the models within these files: trial.py: jpvl54.pt
trial_Czech.py: jc66.pt
trial_india.py: last_india_new.pt
After running these files, an output .txt file would be generated with the name: tttt3_new.txt. It contains the results for test1.
Note: Pass the appropriate model weights path in line 31 and the appropriate test datasets filenames/path in line 160. # test2 Step 6: Now, you will need to pass different models into the following files to test on 'test2' dataset. Here are the following files and you will need to change the models as per the information detailed below: trial2.py: jc66.pt
trial_Czech2.py: jpvl54.pt
trial_india2.py: last_india_new.pt
After running these files, an output .txt file would be generated with the name: ttt3_test2.txt. It contains the results for test2.
Note: Pass the appropriate model weights path in line 31 and the appropriate test datasets filenames/path in line 160. # Contact For general inquiries, contact either Vishal Mandal (vmghv@mail.missouri.edu) or, Yaw Adu-Gyamfi (adugyamfiy@missouri.edu)