Skip to content

Commit 1fc39ec

Browse files
authored
Update README.md
1 parent 9277dd1 commit 1fc39ec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
## Overview
55

66
<div align="center">
7-
<img src="./docs/structure.png" width="50%" height="50%">
7+
<img src="./docs/structure.png" width="60%" height="60%">
88
</div>
99

1010
EdgeCam, an open-source distributed camera system that incorporates inference scheduling and continuous learning for video analytics.
@@ -19,9 +19,10 @@ Moreover, EdgeCam implements continuous learning to enhance the accuracy of ligh
1919
The main implementation details of EdgeCam are shown below.
2020

2121
<div align="center">
22-
<img src="./docs/modules.png" width="50%" height="50%">
22+
<img src="./docs/modules.png" width="75%" height="75%">
2323
</div>
2424

25+
2526
| modules | Description |
2627
| :---: | :---- |
2728
| Video Reader | Provides user-friendly interfaces for reading video streams using OpenCV. Supports offline video files and network cameras using the Real-Time Streaming Protocol (RTSP). | VideoProcessor |

0 commit comments

Comments
 (0)