diff --git a/readme.md b/readme.md index 415cbbd..7c2c6a7 100644 --- a/readme.md +++ b/readme.md @@ -11,7 +11,11 @@ Activate the conda-repository "". ```bash conda activate ``` -Make sure, another repository that fulfills requirement.txt is available, matching with predict_pipeline/predict.service - See `predict_pipeline/predict_service_timer_documentation.md` +Make sure, another environment that fulfills requirement.txt is available, matching with predict_pipeline/predict.service - See `predict_pipeline/predict_service_timer_documentation.md` +To get an overview over all available conda environments on your device, use this command in anaconda prompt terminal: +```bash + conda info --envs +``` ### 2) Camera AU + Eye Pipeline (`camera_stream_AU_and_ET_new.py`) @@ -42,4 +46,4 @@ python dataset_creation/camera_handling/camera_stream_AU_and_ET_new.py python predict_pipeline/predict_sample.py ``` -3. Use `predict_service_timer_documentation.md` to see how to use the service and timer for automation. \ No newline at end of file +3. Use `predict_service_timer_documentation.md` to see how to use the service and timer for automation. On Ohm-UX driving simulator's jetson board, the service runs starts automatically when the device is booting. \ No newline at end of file