Skip to content

Commit

Permalink
ud
Browse files Browse the repository at this point in the history
  • Loading branch information
YNCris committed Apr 11, 2023
1 parent f7d34b0 commit ef6621e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions README_SBeA_tracker.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ You can change the environmental name in [environment.yml](https://github.com/YN
(3) Run `python setup.py install` to install the [DCN](https://github.com/CharlesShang/DCNv2/tree/pytorch_1.0) module.
(4) Switch to `.\gui` path, and run `python main.py` to launch the GUI of SBeA_tracker.
Here is the start interface of SBeA_tracker:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/tracker_gui.png)
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/start_gui.png)



Expand All @@ -27,7 +27,7 @@ Case data:
SBeA_tracker is managed in a project folder. The first step is to create or load a project.

GUI:
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/tracker_gui.png)
![image](https://github.com/YNCris/SBeA_release/blob/main/demo/start_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 All @@ -48,7 +48,7 @@ configfile.yaml: the configuration of SBeA_tracker
The second step is to set the configurations for training.

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

Input:
Your path of social and ID data.
Expand Down Expand Up @@ -77,11 +77,11 @@ F1: the recording serial number
F2: the single animal name such as A1 (animal one)
F3: the date

### 3. Load data
### 3. Load, label, and train
The third step is to load data according to configfile.yaml. If the train and ID data are not in the path in step 2, this part is going to copy them in these folders. Additionally, the raw frames, trajectories, backgrounds, and frames for labeling are extracted in this step. If the train and ID data are existing in these folders, you only need to run load train videos without filling any testbox.

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

Input:
Social and ID data.
Expand Down
10 changes: 5 additions & 5 deletions SBeA_tracker/SBeA-Windows-main/gui/util/configure.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[path]
configload = C:/Users/Administrator/Desktop
configload = Z:/hanyaning/multi_mice_test/paper/Nature Methods/test_run/test_1
workspacepath = C
gtvideopath = C
vmvideopath = C
Expand All @@ -11,8 +11,8 @@ idvideopath = C
calibsessionfilesload = C

[workspace]
workspacename = Desktop
workspacepath = C:\Users\Administrator
config = C:/Users/Administrator/Desktop/configfile.yaml
valid = 0
workspacename = test_1
workspacepath = Z:\hanyaning\multi_mice_test\paper\Nature Methods\test_run
config = Z:/hanyaning/multi_mice_test/paper/Nature Methods/test_run/test_1/configfile.yaml
valid = 1

Binary file added demo/configure_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/load_label_train_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added demo/start_gui.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ef6621e

Please sign in to comment.