Metadata-Version: 2.1
Name: df3dbehav
Version: 0.22
Summary: Behavior Estimation on DeepFly3D annotations
Home-page: https://github.com/semihgunel/Df3dBehav
Author: Semih Gunel
License: UNKNOWN
Description: # 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)
        
Platform: UNKNOWN
Description-Content-Type: text/markdown
