Metadata-Version: 2.1
Name: df3dbehav
Version: 0.21
Summary: Behavior Estimation on DeepFly3D annotations
Home-page: https://github.com/semihgunel/Df3dBehav
Author: Semih Gunel
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: pandas
Requires-Dist: pytorch-lightning
Requires-Dist: torch
Requires-Dist: torchvision
Requires-Dist: torchaudio
Requires-Dist: einops
Requires-Dist: opencv-python
Requires-Dist: scipy
Requires-Dist: pickle5
Requires-Dist: tsaug

# Install 
```bash
pip install df3dbehav
```

# Run
```bash
df3dbehav --path '/folder/with_pose_result_file/'
```
It will automatically find the pose_result file and save a file called df3d_behav.csv under the same folder.

# Analyze the Results
You can read the csv file using pandas:
```python
import pandas as pd
pd.read_csv('behav_clsf.csv')
```
![image](https://user-images.githubusercontent.com/20509861/123464401-0901a400-d5ed-11eb-844a-7a88eb44eadd.png)


