You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# The comparision of storing image from OpenCV or PyTorch to Database
1
+
# The comparison of storing images from OpenCV and PyTorch to Database
2
2
In the practical way of ML, the original and processed image need to store in a database. Whether it is temporary or persistent. The testing is separated into the in-memory database (Redis) and the NoSQL database (MongoDB), which support the binary data. The Redis can be used to store the temporary image or transfer between processes. Let's see the testing results.
0 commit comments