-
Notifications
You must be signed in to change notification settings - Fork 9
/
sourcepython.pyproj
104 lines (104 loc) · 4.11 KB
/
sourcepython.pyproj
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
<?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>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{2ed4d645-2b64-4bdf-926b-fc52bcf02b44}</ProjectGuid>
<ProjectHome />
<StartupFile>py_panoramique\panorama.py</StartupFile>
<SearchPath>py_threads\;py_segmentation\;py_calibrage_et_stereovision\;py_panoramique\</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<ProjectTypeGuids>{888888a0-9f3d-457c-b088-3a5042f75d52}</ProjectTypeGuids>
<LaunchProvider>Standard Python launcher</LaunchProvider>
<InterpreterId>Global|PythonCore|3.10</InterpreterId>
<IsWindowsApplication>False</IsWindowsApplication>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)' == 'Debug'" />
<PropertyGroup Condition="'$(Configuration)' == 'Release'" />
<PropertyGroup>
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>
</PropertyGroup>
<ItemGroup>
<Compile Include="Divers\creation_charuco.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Face\face1.py" />
<Compile Include="Face\face2.py" />
<Compile Include="Face\face2landmark.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Face\face3.py" />
<Compile Include="Face\face4.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="Face\openpose.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_calibrage_et_stereovision\stereo.py" />
<Compile Include="py_dnn\blob\exempleblob.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_dnn\faster_rcnn\faster_rcnn_inception_v1.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_dnn\faster_rcnn\faster_rcnn_inception_v2.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_dnn\goog_lenet\alexnet.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_dnn\goog_lenet\goog_lenet.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_dnn\yolo\yolo.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_ml\ml.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_panoramique\panorama.py" />
<Compile Include="py_photo\effet-dnn.py" />
<Compile Include="py_photo\effet-dnn_fct.py" />
<Compile Include="py_photo\effet.py" />
<Compile Include="py_segmentation\ch3ex1.py" />
<Compile Include="py_segmentation\ch3ex2.py" />
<Compile Include="py_segmentation\ch3ex2b.py">
<SubType>Code</SubType>
</Compile>
<Compile Include="py_segmentation\ch3ex3.py" />
<Compile Include="py_threads\ch2ex1.py" />
<Compile Include="py_threads\ch2ex2.py" />
<Compile Include="py_threads\ch2ex3.py" />
</ItemGroup>
<ItemGroup>
<Folder Include="Divers\" />
<Folder Include="Face\" />
<Folder Include="py_photo\" />
<Folder Include="py_dnn\" />
<Folder Include="py_dnn\goog_lenet\" />
<Folder Include="py_dnn\faster_rcnn\" />
<Folder Include="py_dnn\blob\" />
<Folder Include="py_dnn\yolo\" />
<Folder Include="py_ml\" />
<Folder Include="py_calibrage_et_stereovision" />
<Folder Include="py_panoramique" />
<Folder Include="py_segmentation" />
<Folder Include="py_threads" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.10</Version>
<Description>env (Python 3.10 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.10" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
</Project>