-
Notifications
You must be signed in to change notification settings - Fork 0
/
traffix.pyproj
128 lines (128 loc) · 5.78 KB
/
traffix.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
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
<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>bc6ccb65-8306-4411-bbfb-37bf4464b415</ProjectGuid>
<ProjectHome>.</ProjectHome>
<StartupFile>traffix.py</StartupFile>
<SearchPath>
</SearchPath>
<WorkingDirectory>.</WorkingDirectory>
<OutputPath>.</OutputPath>
<Name>traffix</Name>
<RootNamespace>traffix</RootNamespace>
<InterpreterId>MSBuild|env|$(MSBuildProjectFullPath)</InterpreterId>
<TestFramework>Pytest</TestFramework>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<DebugSymbols>true</DebugSymbols>
<EnableUnmanagedDebugging>false</EnableUnmanagedDebugging>
</PropertyGroup>
<ItemGroup>
<Compile Include="setup.py" />
<Compile Include="test\test_time_series_train.py" />
<Compile Include="test\test_time_series_predict.py" />
<Compile Include="traffix.py" />
<Compile Include="traffix\prediction\time_series.py" />
<Compile Include="traffix\prediction\__init__.py" />
<Compile Include="traffix\schedule\scheduling.py" />
<Compile Include="traffix\schedule\__init__.py" />
<Compile Include="traffix\utils\interface.py" />
<Compile Include="traffix\utils\time_series_utils.py" />
<Compile Include="traffix\utils\video_utils.py" />
<Compile Include="traffix\utils\__init__.py" />
<Compile Include="traffix\vision\image_retrieving.py" />
<Compile Include="traffix\vision\vehicle_counting.py" />
<Compile Include="traffix\vision\__init__.py" />
<Compile Include="traffix\__init__.py" />
</ItemGroup>
<ItemGroup>
<Content Include=".gitattributes" />
<Content Include=".gitignore" />
<Content Include="assets\architecture.png" />
<Content Include="assets\intersection.png" />
<Content Include="assets\modules.png" />
<Content Include="assets\predictor.png" />
<Content Include="CHANGES.md" />
<Content Include="data\east.csv" />
<Content Include="data\north.csv" />
<Content Include="data\sequence1_a_1.avi" />
<Content Include="data\sequence1_a_2.avi" />
<Content Include="data\sequence1_b_1.avi" />
<Content Include="data\sequence1_b_2.avi" />
<Content Include="data\sequence1_c_1.avi" />
<Content Include="data\sequence1_c_2.avi" />
<Content Include="data\sequence1_d_1.avi" />
<Content Include="data\sequence1_d_2.avi" />
<Content Include="data\sequence2_1.avi" />
<Content Include="data\sequence2_2.avi" />
<Content Include="data\sequence3_1.avi" />
<Content Include="data\sequence3_2.avi" />
<Content Include="data\south.csv" />
<Content Include="data\west.csv" />
<Content Include="predictor_weights\east\168_1\model_168_1.torch" />
<Content Include="predictor_weights\east\8_1\model_8_1.torch" />
<Content Include="predictor_weights\north\168_1\model_168_1.torch" />
<Content Include="predictor_weights\north\8_1\model_8_1.torch" />
<Content Include="predictor_weights\south\168_1\model_168_1.torch" />
<Content Include="predictor_weights\south\8_1\model_8_1.torch" />
<Content Include="predictor_weights\west\168_1\model_168_1.torch" />
<Content Include="predictor_weights\west\8_1\model_8_1.torch" />
<Content Include="README.md" />
<Content Include="MANIFEST.in" />
<Content Include="config.yaml" />
<Content Include="yolo_weights\yolov8l.pt" />
<Content Include="yolo_weights\yolov8m.pt" />
<Content Include="yolo_weights\yolov8n.pt" />
<Content Include="yolo_weights\yolov8s.pt" />
<Content Include="yolo_weights\yolov8x.pt" />
</ItemGroup>
<ItemGroup>
<Interpreter Include="env\">
<Id>env</Id>
<Version>3.11</Version>
<Description>env (Python 3.11 (64-bit))</Description>
<InterpreterPath>Scripts\python.exe</InterpreterPath>
<WindowsInterpreterPath>Scripts\pythonw.exe</WindowsInterpreterPath>
<PathEnvironmentVariable>PYTHONPATH</PathEnvironmentVariable>
<Architecture>X64</Architecture>
</Interpreter>
</ItemGroup>
<ItemGroup>
<Folder Include="data\" />
<Folder Include="assets\" />
<Folder Include="predictor_weights\" />
<Folder Include="predictor_weights\east\" />
<Folder Include="predictor_weights\east\168_1\" />
<Folder Include="predictor_weights\east\8_1\" />
<Folder Include="predictor_weights\north\" />
<Folder Include="predictor_weights\north\168_1\" />
<Folder Include="predictor_weights\north\8_1\" />
<Folder Include="predictor_weights\south\" />
<Folder Include="predictor_weights\south\168_1\" />
<Folder Include="predictor_weights\south\8_1\" />
<Folder Include="predictor_weights\west\" />
<Folder Include="predictor_weights\west\168_1\" />
<Folder Include="predictor_weights\west\8_1\" />
<Folder Include="test\" />
<Folder Include="traffix\schedule\" />
<Folder Include="traffix\prediction\" />
<Folder Include="yolo_weights\" />
<Folder Include="traffix\" />
<Folder Include="traffix\utils\" />
<Folder Include="traffix\vision\" />
</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>