Quick steps to resolve error message when starting the application.
- Installed Automated License Plate Recognition Reference Implementation following the installation guide
- Ran into the following error when starting the application in step 2:
fatal: not a git repository (or any of the parent directories): .git
xhost +
access control disabled, clients can connect from any host
# Activate virtual env and Launch WebUI
cd src/webui && source /".uc_virtual_env"/bin/activate && python3 ./server.py
/bin/bash: /.uc_virtual_env/bin/activate: No such file or directory
make: *** [Makefile:101: webui] Error 1
- Verify that the REPO_FOLDER folder is set to the correct path.
- Navigate to the <installation directory>/automated_license_plate_recognition/Automated_License_Plate_Recognition_2022.1/Automated_License_Plate_Recognition/EII-LicensePlateRecognition-UseCase directory
- Launch the application using the following command:
$ make webui EII_BASE=<installation directory>/automated_license_plate_recognition/Automated_License_Plate_Recognition_2022.1/IEdgeInsights REPO_FOLDER=<installation directory>/automated_license_plate_recognition/Automated_License_Plate_Recognition_2022.1/Automated_License_Plate_Recognition/EII-LicensePlateRecognition-UseCase