-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathconfig.yml
46 lines (46 loc) · 1.15 KB
/
config.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
base_files:
- "LICENSE"
- "README.md"
- "requirements.txt"
- "user_config.otvision.yaml"
- "track.py"
- "detect.py"
- "convert.py"
configurations:
- package_path: OTVision
files:
- source: "install.cmd"
suffix: "win"
output_file_name: otvision
additional_requirements:
- ""
- package_path: OTVision
files:
- source: "install.sh"
suffix: "linux"
output_file_name: otvision
additional_requirements:
- ""
- package_path: OTVision
files:
- source: "install.sh"
destination: "install.command"
suffix: "macos"
output_file_name: OTVision
additional_requirements:
- "coremltools==7.2; sys_platform == 'darwin'"
- package_path: OTVision
files:
- source: "install.cmd"
suffix: "win-cuda"
output_file_name: otvision
additional_requirements:
- "--extra-index-url https://download.pytorch.org/whl/cu126"
- package_path: OTVision
files:
- source: "install.sh"
suffix: "linux-cuda"
output_file_name: OTVision
additional_requirements:
- "--extra-index-url https://download.pytorch.org/whl/cu126"
- "tensorrt==10.8.0.43"