license update
This commit is contained in:
60
README.md
60
README.md
@@ -1,13 +1,17 @@
|
||||
# DBM Open Source Lib
|
||||
|
||||
---------------------------------------------
|
||||
Installation - Dev Mode
|
||||
Clone open dbm repo
|
||||
---------------------------------------------
|
||||
|
||||
- Clone repo from github
|
||||
|
||||
git clone https://github.com/AiCure/open_dbm.git
|
||||
|
||||
|
||||
---------------------------------------------
|
||||
Installation - Dev Mode
|
||||
---------------------------------------------
|
||||
|
||||
- Prepare a python 3 virtualenv
|
||||
|
||||
pip install virtualenv (optional, only needed if it's not installed)
|
||||
@@ -24,38 +28,11 @@ Installation - Dev Mode
|
||||
cd pkg/OpenFace
|
||||
bash download_models.sh
|
||||
bash install.sh
|
||||
|
||||
---------------------------------------------
|
||||
Documentation
|
||||
---------------------------------------------
|
||||
|
||||
Please add documentation link here
|
||||
|
||||
---------------------------------------------
|
||||
Example usage
|
||||
---------------------------------------------
|
||||
|
||||
- Process video/audio file or directory
|
||||
- Run script to process data
|
||||
|
||||
python process_data.py --input_path abc.mp4 --output_path data/output --dbm_group acoustic facial movement
|
||||
|
||||
|
||||
```
|
||||
where,
|
||||
|
||||
input_path: Required – Path of the file being processed. This can be either an .mp4 file or a .wav file.
|
||||
output_raw_path: Required – Path where the raw variable data will be stored.
|
||||
output_derived_path: Optional - Path to store derived variable. If not specified, derived variables won't be calculated.
|
||||
dbm_group: Optional –
|
||||
Type of variables to calculate. If not specified, all variables will be calculated. The following inputs are acceptable:
|
||||
|
||||
- facial, in which case only facial variables are calculated
|
||||
- acoustic, in which case only acoustic variables are calculated
|
||||
- movement, in which case only movement variables are calculated
|
||||
|
||||
If the input_path was a .wav file, then only acoustic variables can be calculated. If otherwise, a warning message will be printed.
|
||||
|
||||
```
|
||||
|
||||
---------------------------------------------
|
||||
Installation - docker mode
|
||||
@@ -68,3 +45,26 @@ Installation - docker mode
|
||||
- Run container
|
||||
|
||||
bash process_dbm.sh --input_path=/Users/vijayyadev/Desktop/input_vid --output_path=/Users/vijayyadev/Desktop/out --dbm_group="facial acoustic movement"
|
||||
|
||||
|
||||
```
|
||||
where,
|
||||
|
||||
input_path: Required – Path of the file being processed. This can be either an .mp4 file or a .wav file.
|
||||
output_path: Required – Path where the raw & derived variable data will be stored.
|
||||
dbm_group: Optional –
|
||||
Type of variables to calculate. If not specified, all variables will be calculated. The following inputs are acceptable:
|
||||
|
||||
- facial, in which case only facial variables are calculated
|
||||
- acoustic, in which case only acoustic variables are calculated
|
||||
- movement, in which case only movement variables are calculated
|
||||
|
||||
If the input_path was a .wav file, then only acoustic variables can be calculated. If otherwise, a warning message will be printed.
|
||||
|
||||
```
|
||||
|
||||
---------------------------------------------
|
||||
Documentation
|
||||
---------------------------------------------
|
||||
|
||||
Please add documentation link here
|
||||
217
license.txt
217
license.txt
@@ -1,39 +1,202 @@
|
||||
SOFTWARE LICENSE AGREEMENT
|
||||
|
||||
WHEREAS, AiCure, LLC (the "Licensor"), a corporation organized and existing under the laws of the New York, with its head office located at: 19 West 24th Street. 11th Floor, New York, NY 10010, has developed certain computer programs and related documentation included in this downloadable software package (the "Software") and the user, system, and installation documentation for the Software (the “Documentation”) and desires to grant Licensee a license to use the Software and Documentation.
|
||||
|
||||
WHEREAS, Licensee wishes to use the Software and Documentation under the conditions set forth in this Agreement,
|
||||
|
||||
NOW, THEREFORE, in consideration of the mutual promises set forth herein, Licensee and Licensor hereby agree as follows:
|
||||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
1 – SOFTWARE LICENSE
|
||||
|
||||
Licensor grants Licensee a non-exclusive, non-transferable license to (1) the Software and Documentation solely for its internal operations. Except as explicitly provided herein, Licensee shall not: (1) make available nor distribute all or part of the Software or Documentation to any third party by assignment, sublicense, or by any other means; (2) copy, adapt, reverse engineer, decompile, disassemble, or modify, in whole or in part, any of the Software or Documentation; or (3) use the Software to operate in or as a time-sharing, outsourcing, or service bureau environment, or in any way allow third party access to the Software.
|
||||
|
||||
2 – PROPRIETARY RIGHTS
|
||||
|
||||
Licensee acknowledges and agrees that the copyright, patent, trade secret, and all other intellectual property rights of whatever nature in the Software and Documentation are and shall remain the property of Licensor, and nothing in this Agreement should be construed as transferring any aspects of such rights to Licensee or any third party.
|
||||
|
||||
3 – CONFIDENTIALITY
|
||||
|
||||
"Confidential Information", shall mean the Software, Documentation, and terms and conditions of this Agreement. Licensee acknowledges the confidential and proprietary nature of the Confidential Information and agrees that it shall not reveal or disclose any Confidential Information for any purpose to any other person, firm, corporation, or other entity, other than Licensee's employees with a need to know such Confidential Information to perform employment responsibilities consistent with Licensee's rights under this Agreement. Licensee shall safeguard and protect the Confidential Information from theft, piracy, or unauthorized access in a manner at least consistent with the protections Licensee uses to protect its own most confidential information. Licensee shall inform its employees of their obligations under this Agreement and shall take such steps as may be reasonable in the circumstances, or as may be reasonably requested by Licensor, to prevent any unauthorized disclosure, copying or use of the Confidential Information. Licensee acknowledges and agrees that in the event of the Licensee's breach of this Agreement, Licensor will suffer irreparable injuries not compensated by money damages and therefore shall not have an adequate remedy at law.
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
Accordingly, Licensor shall be entitled to a preliminary and final injunction without the necessity of posting any bond or undertaking in connection therewith to prevent any further breach of these confidentiality obligations or further unauthorized use of Confidential Information. This remedy is separate and apart from any other remedy Licensor may have.
|
||||
1. Definitions.
|
||||
|
||||
Licensee shall notify Licensor immediately upon discovery of any prohibited use or disclosure of the Confidential Information, or any other breach of these confidentiality obligations by Licensee and shall fully cooperate with Licensor to help Licensor regain possession of the Confidential Information and prevent the further prohibited use or disclosure of the Confidential Information.
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
4 – WARRANTY DISCLAIMER; LIMITATION OF LIABILITY
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
THE SOFTWARE IS PROVIDED WITHOUT WARRANTY, ON AN “AS IS” BASIS. THE PARTIES AGREE THAT THE SOFTWARE'S FAILURE TO PERFORM IN ACCORDANCE WITH THE SPECIFICATIONS SHALL NOT BE CONSIDERED A FAILURE OF THE ESSENTIAL PURPOSE OF THE REMEDIES CONTAINED HEREIN. THE ENTIRE RISK OF THE SOFTWARE'S QUALITY AND PERFORMANCE IS WITH LICENSEE.
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
LICENSOR SHALL HAVE NO LIABILITY WITH RESPECT TO ITS OBLIGATIONS UNDER THIS AGREEMENT OR OTHERWISE FOR CONSEQUENTIAL, EXEMPLARY, SPECIAL, INCIDENTAL OR PUNITIVE DAMAGES EVEN IF IT HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION APPLIES TO ALL CAUSES OF ACTION IN THE AGGREGATE, INCLUDING WITHOUT LIMITATION TO BREACH OF CONTRACT, BREACH OF WARRANTY, NEGLIGENCE, STRICT LIABILITY, MISREPRESENTATIONS, AND OTHER TORTS. BOTH PARTIES UNDERSTAND AND AGREE THAT THE REMEDIES AND LIMITATIONS HEREIN ALLOCATE THE RISKS OF PRODUCT AND SERVICE NONCONFORMITY BETWEEN THE PARTIES AS AUTHORIZED BY APPLICABLE LAWS.
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
5 – INDEMNIFICATION
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
Licensor hereby indemnifies Licensee against any claim that the Software, furnished and used within the scope of this Agreement, infringes any United States registered copyright or patent, provided that: (1) Licensor is given prompt notice of the claim; (2) Licensor is given immediate and complete control over the defense and/or settlement of the claim, and Licensee fully cooperates with Licensor in such defense and/or settlement; (3) Licensee does not prejudice in any manner Licensor's conduct of such claim; and (4) the alleged infringement is not based upon the use of the Software in a manner prohibited under this Agreement, in a manner for which the Software was not designed, or in a manner not in accordance with the Specifications.
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
The foregoing states Licensor's entire obligation and liability with respect to the infringement of any property right.
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
6 – TERM AND TERMINATION
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
The License granted herein shall remain in effect perpetually until terminated by Licensor or Licensee for any reason. Upon termination of this Agreement, Licensee shall cease using the Software and Documentation and promptly return all copies of the Software, Documentation, and all other Confidential Information in its possession or control. Licensee shall delete all copies of such materials residing in- on- or off- line computer memory and destroy all copies of such materials which also incorporate Licensee's Confidential Information. Licensee shall confirm compliance with this section to Licensor.
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
Reference in New Issue
Block a user