-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Files formatted with new length limit
- Loading branch information
Showing
57 changed files
with
584 additions
and
1,158 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
This is a draft Pull Request Template. | ||
This is a draft Pull Request Template. | ||
|
||
- [ ] Description of what changes have been made (why and how for big features) | ||
- [ ] Reference [Issue](https://github.com/TUMFARSynchrony/experimental-hub/issues) sovled (if any) | ||
- [ ] Unit tests + have you tried merging from main? | ||
- [ ] Unit tests + have you tried merging from main? | ||
- [ ] Terminology consistent with the rest of the codebase? | ||
- [ ] Who do you think should review? | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,24 @@ | ||
{ | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Py: Backend Main whithout libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
}, | ||
{ | ||
"name": "Py: Backend Main including libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
} | ||
] | ||
// Use IntelliSense to learn about possible attributes. | ||
// Hover to view descriptions of existing attributes. | ||
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 | ||
"version": "0.2.0", | ||
"configurations": [ | ||
{ | ||
"name": "Py: Backend Main whithout libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
}, | ||
{ | ||
"name": "Py: Backend Main including libraries", | ||
"type": "python", | ||
"request": "launch", | ||
"program": "${workspaceFolder}/backend/main.py", | ||
"console": "integratedTerminal", | ||
"justMyCode": false | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{ | ||
"experimenter_password": "no-password-given", | ||
"host": "127.0.0.1", | ||
"port": 8080, | ||
"environment": "dev", | ||
"serve_frontend": true, | ||
"log": "DEBUG", | ||
"log_file": null, | ||
"log_dependencies": "WARNING", | ||
"https": false, | ||
"ssl_cert": "./certificate/cert.crt", | ||
"ssl_key": "./certificate/key.key", | ||
"ping_subprocesses": 0.0, | ||
"experimenter_multiprocessing": false, | ||
"participant_multiprocessing": true | ||
"experimenter_password": "no-password-given", | ||
"host": "127.0.0.1", | ||
"port": 8080, | ||
"environment": "dev", | ||
"serve_frontend": true, | ||
"log": "DEBUG", | ||
"log_file": null, | ||
"log_dependencies": "WARNING", | ||
"https": false, | ||
"ssl_cert": "./certificate/cert.crt", | ||
"ssl_key": "./certificate/key.key", | ||
"ping_subprocesses": 0.0, | ||
"experimenter_multiprocessing": false, | ||
"participant_multiprocessing": true | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,22 @@ | ||
The current list of filters currently offered within the main project are: | ||
The current list of filters currently offered within the main project are: | ||
| Filter Name | Description | Filter Type | Filter Link| Developer| | ||
| ------------| ----------------------------| -------| ---------| ---------| | ||
| edge detection| applies Canny edge detection and visualizes edges of video feed.| manipulation| included | Alexander Liebald | | ||
|rotation | continuously rotates video feed.| manipulation| included | Alexander Liebald | | ||
|rotation | continuously rotates video feed.| manipulation| included | Alexander Liebald | | ||
|v delay | delays the video feed by X seconds. | manipulation| included | Alexander Liebald| | ||
|a delay| delays the audio feed by X seconds. | manipulation | included |Alexander Liebald| | ||
| openfaceAU12 | reads and displays AU12 to video stream | analysis | included | Julian Geheeb | | ||
| openfaceAU12 | reads and displays AU12 to video stream | analysis | included | Julian Geheeb | | ||
|
||
**Filter Name** is the name of the filter as you will find in the front end drop down selection. | ||
|
||
**Filter Name** is the name of the filter as you will find in the front end drop down selection. | ||
**Description** is the expected behavior of the filter when applied to a video stream. | ||
|
||
**Description** is the expected behavior of the filter when applied to a video stream. | ||
**Filter Type** is a label to determine if the filter is for real time _analysis_ of the video stream or if it _manipulates_ the visual output of the stream, or if it does _both_ (e.g. could be a filter that makes someone look more sweaty if their visually detected heart rate goes up.) | ||
|
||
**Filter Type** is a label to determine if the filter is for real time *analysis* of the video stream or if it *manipulates* the visual output of the stream, or if it does *both* (e.g. could be a filter that makes someone look more sweaty if their visually detected heart rate goes up.) | ||
**Filter Link** is the link to filters made by external collaborators and contributors. If it is included in the project main by _default_ it is also indicated as such. | ||
|
||
**Filter Link** is the link to filters made by external collaborators and contributors. If it is included in the project main by *default* it is also indicated as such. | ||
**Developer** is the name of the person who created the filter and who deserves the credit for it. | ||
|
||
**Developer** is the name of the person who created the filter and who deserves the credit for it. | ||
# Have an idea for a filter?! | ||
|
||
|
||
# Have an idea for a filter?! | ||
|
||
Or have you already implemented one and would like to see how it can be integrated to our experimental hub? Check out our [filter wiki](https://github.com/TUMFARSynchrony/experimental-hub/wiki/Filters) and consider linking your external repo in the table above or even contributing it to be a core hub filter! | ||
Or have you already implemented one and would like to see how it can be integrated to our experimental hub? Check out our [filter wiki](https://github.com/TUMFARSynchrony/experimental-hub/wiki/Filters) and consider linking your external repo in the table above or even contributing it to be a core hub filter! |
Oops, something went wrong.