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
For comparison against [open source see here](https://medium.com/john-snow-labs/jsl-vision-state-of-the-art-document-understanding-on-your-hardware-f4862f15d9f9) and against [closed source see here](https://medium.com/john-snow-labs/jsl-vision-vs-closed-source-models-document-intelligence-without-compromise-62728afe0c5b)
Metrics on [OmniOCR Benchmark](https://github.com/getomni-ai/benchmark) using Img2Markdown2Json flow.
41
+
For comparison against [open source see here](https://medium.com/john-snow-labs/jsl-vision-state-of-the-art-document-understanding-on-your-hardware-f4862f15d9f9) and against [closed source see here](https://medium.com/john-snow-labs/jsl-vision-vs-closed-source-models-document-intelligence-without-compromise-62728afe0c5b)
This section contains benchmarks for de-ideintification of dicom files, both for GPU and CPU.
80
+
This section contains benchmarks for de-ideintification of dicom files, both for GPU and CPU.
47
81
Note: file sizes are included as reference, but *they are not* the best proxy for estimating running time, as the final figures will depend on image size than in turn depends on the actual compression that is being used in the file.
If you don't know the dimensions, but you know that your images are also uncompressed, you can use file size as proxy.
142
+
If you don't know the dimensions, but you know that your images are also uncompressed, you can use file size as proxy.
109
143
_Keep in mind that if you actually have compressed images you will be underestimating the processing time_.
110
144
111
145
@@ -119,7 +153,7 @@ But not all hope is lost, you can work with frames!.
119
153
</div><divclass="h3-box"markdown="1">
120
154
121
155
#### Using total frame count as a proxy for estimation
122
-
If you don't know the size of the images, or the compression, you can estimate the number of frames and use the time it takes for a single frame(like the numbers we've shared in this document) as a proxy.
156
+
If you don't know the size of the images, or the compression, you can estimate the number of frames and use the time it takes for a single frame(like the numbers we've shared in this document) as a proxy.
123
157
</br>
124
158
Reasons for doing this:
125
159
* You can compute frame count and sizes very efficiently using Visual NLP.
0 commit comments