forked from leoxiaobin/deep-high-resolution-net.pytorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHRNet.pyproj
110 lines (110 loc) · 5.26 KB
/
HRNet.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
105
106
107
108
109
110
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>07d28034-066a-4f78-97d9-1ee655a7f5cb</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>tools\train.py</StartupFile>
<SearchPath>..\HRNet;lib;tools</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>HRNet</Name>
<RootNamespace>HRNet</RootNamespace>
<SuppressEnvironmentCreationPrompt>True</SuppressEnvironmentCreationPrompt>
<IsWindowsApplication>False</IsWindowsApplication>
<InterpreterId>Global|PythonCore|3.7</InterpreterId>
<SuppressPackageInstallationPrompt>True</SuppressPackageInstallationPrompt>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Content Include="experiments\coco\hrnet\w32_256x192_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\hrnet\w32_384x288_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\hrnet\w48_256x192_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\hrnet\w48_384x288_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res101_256x192_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res101_384x288_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res152_256x192_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res152_384x288_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res50_256x192_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\coco\resnet\res50_384x288_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\mpii\hrnet\w32_256x256_adam_lr1e-3.yaml" />
<Content Include="experiments\mpii\hrnet\w48_256x256_adam_lr1e-3.yaml" />
<Content Include="experiments\mpii\resnet\res101_256x256_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\mpii\resnet\res152_256x256_d256x3_adam_lr1e-3.yaml" />
<Content Include="experiments\mpii\resnet\res50_256x256_d256x3_adam_lr1e-3.yaml" />
<Content Include="figures\hrnet.png" />
<Content Include="lib\Makefile" />
<Content Include="lib\nms\cpu_nms.pyx" />
<Content Include="lib\nms\gpu_nms.cu" />
<Content Include="lib\nms\gpu_nms.hpp" />
<Content Include="lib\nms\gpu_nms.pyx" />
<Content Include="lib\nms\nms_kernel.cu" />
<Content Include="LICENSE" />
<Content Include="README.md" />
<Content Include="requirements.txt" />
</ItemGroup>
<ItemGroup>
<Folder Include="experiments\" />
<Folder Include="experiments\coco\" />
<Folder Include="experiments\coco\hrnet\" />
<Folder Include="experiments\coco\resnet\" />
<Folder Include="experiments\mpii\" />
<Folder Include="experiments\mpii\hrnet\" />
<Folder Include="experiments\mpii\resnet\" />
<Folder Include="figures\" />
<Folder Include="lib\" />
<Folder Include="lib\config\" />
<Folder Include="lib\core\" />
<Folder Include="lib\dataset\" />
<Folder Include="lib\models\" />
<Folder Include="lib\nms\" />
<Folder Include="lib\utils\" />
<Folder Include="tools\" />
</ItemGroup>
<ItemGroup>
<Compile Include="lib\config\default.py" />
<Compile Include="lib\config\models.py" />
<Compile Include="lib\config\__init__.py" />
<Compile Include="lib\core\evaluate.py" />
<Compile Include="lib\core\function.py" />
<Compile Include="lib\core\inference.py" />
<Compile Include="lib\core\loss.py" />
<Compile Include="lib\dataset\coco.py" />
<Compile Include="lib\dataset\JointsDataset.py" />
<Compile Include="lib\dataset\mpii.py" />
<Compile Include="lib\dataset\__init__.py" />
<Compile Include="lib\models\pose_hrnet.py" />
<Compile Include="lib\models\pose_resnet.py" />
<Compile Include="lib\models\__init__.py" />
<Compile Include="lib\nms\nms.py" />
<Compile Include="lib\nms\setup_linux.py" />
<Compile Include="lib\nms\__init__.py" />
<Compile Include="lib\utils\transforms.py" />
<Compile Include="lib\utils\utils.py" />
<Compile Include="lib\utils\vis.py" />
<Compile Include="lib\utils\zipreader.py" />
<Compile Include="lib\utils\__init__.py" />
<Compile Include="tools\test.py" />
<Compile Include="tools\train.py" />
<Compile Include="tools\_init_paths.py" />
</ItemGroup>
<ItemGroup>
<InterpreterReference Include="Global|PythonCore|3.7" />
</ItemGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\Python Tools\Microsoft.PythonTools.targets" />
<!-- Uncomment the CoreCompile target to enable the Build command in
Visual Studio and specify your pre- and post-build commands in
the BeforeBuild and AfterBuild targets below. -->
<!--<Target Name="CoreCompile" />-->
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
</Project>