mini readme change

This commit is contained in:
Michael Weig 2026-03-10 12:03:59 +01:00
parent 0e6f39556b
commit 910e642398

View File

@ -11,7 +11,11 @@ Activate the conda-repository "".
```bash ```bash
conda activate 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`) ### 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 python predict_pipeline/predict_sample.py
``` ```
3. Use `predict_service_timer_documentation.md` to see how to use the service and timer for automation. 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.