Skip to content

Commit

Permalink
Update README_SBeA_tracker.md
Browse files Browse the repository at this point in the history
  • Loading branch information
YNCris committed Apr 6, 2023
1 parent 7f7d3d9 commit 157f6ae
Showing 1 changed file with 39 additions and 5 deletions.
44 changes: 39 additions & 5 deletions README_SBeA_tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ evals folder: save model evaluation results
models folder: save deep learning models
configfile.yaml: the configuration of SBeA_tracker

GUI: ![image](https://github.com/YNCris/SBeA_release/blob/main/demo/tracker_gui.png)
GUI:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/tracker_gui.png)

Input:
Create A New 'configfile.yaml'. Select a path and define a name to save your project (workspace). Or load existing 'configfile.yaml' in the first textbox.
Expand Down Expand Up @@ -62,12 +63,45 @@ Fields F1-F2-F3:
F1: the recording serial number
F2: the single animal name such as A1 (animal one)
F3: the date

GUI:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/config_gui.png)

Input:
Your path of social and ID data.

Output:
Changed configfile.yaml.

### 3. Load data
The second step is to set the configurations for training.

Your data need to be organized like:
Social data:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/data_format.png)
Notes:
*-caliParas.mat: the calibration file
*-camera-#.avi: the multi-view videos of number # camera
Fields F1-F2-F3:
F1: the recording serial number
F2: the animal name such as A1 (animal one) and A2 (animal two)
F3: the date

Demo results:
GUI: ![image](https://github.com/YNCris/SBeA_release/blob/main/demo/config_gui.png)
ID data:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/data_format_id.png)
Notes:
*-caliParas.mat: the calibration file
*-camera-#.avi: the multi-view videos of number # camera
Fields F1-F2-F3:
F1: the recording serial number
F2: the single animal name such as A1 (animal one)
F3: the date

GUI:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/config_gui.png)

Input:
Create A New 'configfile.yaml'. Select a path and define a name to save your project (workspace).
Your path of social and ID data.

Output:
The workspace of your project.
Changed configfile.yaml.

0 comments on commit 157f6ae

Please sign in to comment.