Build Process Documentation

Original Repository

Step 1: Clone the Repository

First of all, you need to clone the repository to your local machine using Git.

git clone https://github.com/omar-abdelgawad/sperm-keypoint-detection.git

Step 2: Download Model Weights

For building the project, you need to have the model weights file, which is not included in this repository. You need to download the models weights file called last.pt and then put it in the model/ folder (you may have to create it yourself) in the project directory.

Step 3: Build the Project

Finally, you can build the project by running the build script.

.\build_script.bat
The build output will be in the dist/ folder.

Warning

  • This software is for Windows Only. You can't build it on Linux or MacOS
  • Make sure to have the model weights file in the model/ folder before running the build script.
  • You need to have Anaconda and Python 3.10 installed in order to run the script.