Skip to content

Commit 6fb2cb9

Browse files
authored
Merge pull request #19 from BKDDFS/develop
Fix issue #18 and more
2 parents 1c5e06d + 7bfbf48 commit 6fb2cb9

File tree

7 files changed

+24
-11
lines changed

7 files changed

+24
-11
lines changed

β€Ž.github/README.pl.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,11 @@
374374
<td class="cross">❌</td>
375375
<td class="check">βœ…</td>
376376
</tr>
377+
<tr>
378+
<td>Optymalizacja zuΕΌycia RAMu</td>
379+
<td class="cross">❌</td>
380+
<td class="check">βœ…</td>
381+
</tr>
377382
<tr>
378383
<td>WydajnoΕ›Δ‡</td>
379384
<td>+0%</td>

β€Ž.gitignoreβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ htmlcov/
77
.env
88
input_directory/*
99
output_directory/*
10+
!input_directory/.gitkeep
11+
!output_directory/.gitkeep
1012
test_video.mp4
1113
nima.h5
1214
common/test_files/best_frames/*

β€ŽREADME.mdβ€Ž

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -355,6 +355,11 @@
355355
<td class="cross">❌</td>
356356
<td class="check">βœ…</td>
357357
</tr>
358+
<tr>
359+
<td>RAM usage optimization</td>
360+
<td class="cross">❌</td>
361+
<td class="check">βœ…</td>
362+
</tr>
358363
<tr>
359364
<td>Performance</td>
360365
<td>+0%</td>

β€Žinput_directory/.gitkeepβ€Ž

Whitespace-only changes.

β€Žoutput_directory/.gitkeepβ€Ž

Whitespace-only changes.

β€Žpoetry.lockβ€Ž

Lines changed: 10 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ pytest-cov = "^5.0.0"
1616
pytest-order = "^1.2.1"
1717
httpx = "^0.27.0"
1818
opencv-python = "^4.9.0.80"
19-
requests = "^2.31.0"
19+
requests = "^2.32.2"
2020
tensorflow = "^2.16.1"
2121
tensorflow-io-gcs-filesystem = "0.31.0"
22-
docker = "^7.0.0"
22+
docker = "^7.1.0"
2323

2424
[build-system]
2525
requires = ["poetry-core"]

0 commit comments

Comments
Β (0)