-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Point annotations - missing #125
Comments
We use the GeoJS library for handling this, and the
The default value for |
That would be exactly what I need @manthey! Can you please point me in HistomicsUI code, where should I put this exactly? Thanks! Is this here:
basically just add the settings (as you provided) in this render callback? |
Yes, exactly. You could add it right after this line: |
I left out some parenthesis.
Without that you probably have an exception in the javascript console. |
Thanks! Seems to work now - I have exactly no JS experience, so I am doing it a bit blindly :). The clicking seems to be better now but will do a test again with the stylus pen and report. Then you can also consider that as a "standard" feature, or at least to be configurable somewhere if deemed useful in the real world. |
@manthey when you are doing point annotations the points (all of them, including previous ones) are rendered again when you add a new one. It also seems like they are not getting re-rendered after every point added, but every 2,3, X points, as you notice the blink/flash of re-rendering all of them. This makes the labeling process very slow under a high number of points. This can happen when you are labeling manually and come up with thousands of points, but even sooner if you use a semi-automated approach and you add/correct some of them. This makes the process extremely slow. I noticed that only annotations (i.e. points) under the same annotation file are getting re-rendered. Can I somehow stop re-rendering when adding points under the SAME annotation file and how? Seems like that re-rendering under the current (selected) annotation file is not needed, if others (from other annotation files) are visualized also, without rendering. Thanks! |
@ds2268 -- can you check if girder/large_image#871 has fixed the rerendering you were seeing? If you install from dockers, you may need to wait a little bit for new docker images to be published with the changes. |
I think this is fully resolved by recent changes. Please reopen if it isn't. |
I am running a project where pathologists are using point-wise annotations to select particular cells of interest. When clicking on the cells in a fast manner, lots of the cells are not marked and are missed. This is due to HistomicsUI sensitivity to the actual clicking -> it detects that you are trying to move the slide (by the slightest amount) and not to click. Is there some workaround where we can make some "safety margin", that when you are using annotation tools, that it's more sensitive towards putting the annotation there instead of moving the slide around - if the movement detected is really small and annotation tools are selected, put the annotation instead, or both?
Any ideas? This is a real bottleneck in speed, especially when using a stylus pen for making the annotations.
The text was updated successfully, but these errors were encountered: