inception icon indicating copy to clipboard operation
inception copied to clipboard

Gap between the data displayed in the statistics window and the data reflected in CAS (real numbers)

Open yanirmr opened this issue 2 years ago • 3 comments

Describe the bug

There is sometimes an unexplained jump in the number of tags during tagging. This led us to check the data in the CAS object itself and it appears that there is a significant gap between the numbers.

To Reproduce

Steps to reproduce the behavior - I'm not sure about the specific reason but these are our steps

  1. First, the user opens a document and annotates data.
  2. Then, open the statistic panel and see how the layer tags sum is changed.
  3. Export the data.
  4. Read the appropriate tags and count the per user.
  5. The result in 2 and 4 do not match.

Expected behavior

The amounts and numbers are the same in statistics and in the backup files.

Screenshots

No response

Environment

Version and build ID: 23.0.1 Operating system: e.g. Windows Browser: e.g. Chrome

Additional context

No response

yanirmr avatar Aug 07 '22 22:08 yanirmr

What kind of jump do you experience? Does only a single number jump or do they jump across the board? What order of magnitude are the jumps? If you retry calculating the stats a moment later, do they come down again? How do you keep watch on the numbers during annotation?

reckart avatar Sep 13 '22 19:09 reckart

What kind of jump do you experience? Does only a single number jump or do they jump across the board? What order of magnitude are the jumps? If you retry calculating the stats a moment later, do they come down again? How do you keep watch on the numbers during annotation?

Hello, Thanks so much for your help. The number jump is random, at least as we can see. At the beginning, the jump was quite small each time (about ~30 each time) and it got increasingly larger as we continued annotating. If the jump occurs, it doesn't undo itself if we calculate the stats again a moment later. We don't use the calculator that appears on inception anymore, but rather out of inception using API (I'm not entirely sure how, @yanirmr can elaborate on that matter).

2xXLunAXx2 avatar Sep 14 '22 06:09 2xXLunAXx2

Thank you. Currently, to obtain the real statistics we read the CAS object with CASIS from the XMI output or from the API (using pycaprio)

yanirmr avatar Sep 15 '22 09:09 yanirmr