-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathNOTICE.yml
76 lines (54 loc) · 2.53 KB
/
NOTICE.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
# Main repository license
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
include:
- 'dlc2action/**/*.py'
- 'tests/**/*.py'
- 'examples/**/*.py'
exclude: []
# License for ASFormer code
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
Adapted from ASFormer by ChinaYi
Adapted from https://github.com/ChinaYi/ASFormer
Licensed under MIT License
include:
- dlc2action/model/asformer.py
# License for C2F-TCN code
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
Adapted from C2F-TCN by dipika singhania
Adapted from https://github.com/dipika-singhania/C2F-TCN
Licensed under MIT License
include:
- dlc2action/model/c2f_tcn.py
# License for EDTCN code
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
Adapted from ASRF by yiskw713
Adapted from https://github.com/yiskw713/asrf/blob/main/libs/models/tcn.py
Licensed under MIT License
include:
- dlc2action/model/edtcn.py
# License for TCC code
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
Adapted from Temporal Cycle-Consistency Learning by June01
Adapted from https://github.com/June01/tcc_Temporal_Cycle_Consistency_Loss.pytorch
Licensed under Apache License Version 2.0, January 2004
include:
- dlc2action/loss/tcc.py
# License for MS-TCN code
- header: |
Copyright 2020-present by A. Mathis Group and contributors. All rights reserved.
This project and all its files are licensed under GNU AGPLv3 or later version. A copy is included in dlc2action/LICENSE.AGPL.
Adapted from MS-TCN++ by yabufarha
Adapted from https://github.com/sj-li/MS-TCN2
Licensed under MIT License
include:
- dlc2action/loss/ms_tcn.py