-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathObjectDetectionCoral.pyproj
More file actions
132 lines (129 loc) · 6.02 KB
/
ObjectDetectionCoral.pyproj
File metadata and controls
132 lines (129 loc) · 6.02 KB
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Name>ObjectDetectionCoral</Name>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{470d3417-36a4-49a4-b719-496477fa92fb}</ProjectGuid>
<ProjectHome />
<StartupFile>objectdetection_coral_adapter.py</StartupFile>
<SearchPath>..\..\SDK\Python;bin\windows\python39\venv\Lib\site-packages</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
<EnableNativeCodeDebugging>False</EnableNativeCodeDebugging>
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="__init__.py" />
<Compile Include="options.py" />
<Compile Include="objectdetection_coral_adapter.py" />
<Compile Include="objectdetection_coral_singletpu.py" />
<Compile Include="objectdetection_coral_multitpu.py" />
<Compile Include="pipelined_model_runner.py" />
<Compile Include="tpu_runner.py" />
<Compile Include="label_util.py" />
<Compile Include="coral_util.py" />
</ItemGroup>
<ItemGroup>
<Compile Include="pycoral_simplified\pycoral\adapters\classify.py" />
<Compile Include="pycoral_simplified\pycoral\adapters\common.py" />
<Compile Include="pycoral_simplified\pycoral\adapters\detect.py" />
<Compile Include="pycoral_simplified\pycoral\adapters\segment.py" />
<Compile Include="pycoral_simplified\pycoral\adapters\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\learn\backprop\softmax_regression.py" />
<Compile Include="pycoral_simplified\pycoral\learn\backprop\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\learn\imprinting\engine.py" />
<Compile Include="pycoral_simplified\pycoral\learn\imprinting\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\learn\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\pipeline\pipelined_model_runner.py" />
<Compile Include="pycoral_simplified\pycoral\pipeline\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\utils\dataset.py" />
<Compile Include="pycoral_simplified\pycoral\utils\edgetpu.py" />
<Compile Include="pycoral_simplified\pycoral\utils\__init__.py" />
<Compile Include="pycoral_simplified\pycoral\__init__.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".pylintrc" />
<Content Include="install.bat" />
<Content Include="install.sh" />
<Content Include="package.bat" />
<Content Include="post_install.bat" />
<Content Include="post_install.sh" />
<Content Include="test\home-office.jpg" />
</ItemGroup>
<ItemGroup>
<Content Include="modulesettings.json" />
<Content Include="modulesettings.macos.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.orangepi.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.radxarock.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.docker.build.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.docker.build.rpi64.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.jetson.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.raspberrypi.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
<Content Include="modulesettings.windows.json">
<DependentUpon>modulesettings.json</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Content Include="requirements.txt" />
<Content Include="requirements.jetson.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.windows.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.macos.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
<Content Include="requirements.linux.arm64.txt">
<DependentUpon>requirements.txt</DependentUpon>
</Content>
</ItemGroup>
<ItemGroup>
<Interpreter Include="..\..\runtimes\bin\windows\python37\venv\">
<Id>env</Id>
<Version>3.7</Version>
<Description>env (Python 3.7 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<Folder Include="assets\" />
<Folder Include="pycoral_simplified\" />
<Folder Include="pycoral_simplified\pycoral\" />
<Folder Include="pycoral_simplified\pycoral\adapters\" />
<Folder Include="pycoral_simplified\pycoral\learn\" />
<Folder Include="pycoral_simplified\pycoral\learn\backprop\" />
<Folder Include="pycoral_simplified\pycoral\learn\imprinting\" />
<Folder Include="pycoral_simplified\pycoral\pipeline\" />
<Folder Include="pycoral_simplified\pycoral\utils\" />
<Folder Include="test\" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>