https://github.com/x-tabdeveloping/perception-action-analysis
Data analysis for my perception and action exam project
https://github.com/x-tabdeveloping/perception-action-analysis
Last synced: 11 months ago
JSON representation
Data analysis for my perception and action exam project
- Host: GitHub
- URL: https://github.com/x-tabdeveloping/perception-action-analysis
- Owner: x-tabdeveloping
- Created: 2022-12-01T14:18:19.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-31T13:55:11.000Z (about 3 years ago)
- Last Synced: 2025-02-08T17:13:59.228Z (about 1 year ago)
- Language: Python
- Size: 106 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bezier-Trajectory Paper
Analysis and model definition for our Perception and Action exam project.
## Usage
Install dependencies from requirements.txt.
```bash
pip install -r requirements.txt
```
`bezier.py` contains all necessary code for fitting a hierarchical Bezier-Trajectory Model with PyMC and ADVI. Preprocessing steps can be seen in `preprocess.py`.
Beware that the code is project-specific, and cannot fetch from the Firestore database unless it has my Google account credentials.