-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error when uploading a completed annotation to db #1
Comments
Thanks for commenting. |
I uploaded 1000x1000 images and the crop size was 256x256 when I worked on the annotations. Could it be that the annotator assigns a negative or nan value for the background class instead of zeros? |
Hello, I have exactly the same problem too. Could be related to the fact that I am using a virtual environment with Python 3.6 and not 3.8? |
@ValeAri Can you upload an image file that you are using here? It would be very helpful if you could send a screenshot of where you were annotating or make a simple description about where you have been trying to annotate when you were making annotation. |
thank you, screenshot looks okay
can you describe the environment you're running in? windows/linux, python
version
additionally the output from running:
```
pip3 freeze
```
would be helpful
*note to self, email responses do not support markdown*
…On Fri, Jan 22, 2021 at 9:14 AM Okunator ***@***.***> wrote:
Sorry for the delay. Here is a screenshot. After clicking the 'Training'
or 'Testing' button the same error occurs.
[image: dd]
<https://user-images.githubusercontent.com/32158343/105464471-52df0a80-5c9a-11eb-8b69-334b51e67a0d.png>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJ3XTE6OGJSVZNGBZYQ7CTS3EXXNANCNFSM4WD3VALA>
.
|
I'm running in linux ubuntu 18.04.1 system. Python version is 3.6.9. Here is the 'pip freeze' of the virtual environment I created for QuickAnnotator:
|
Also, I did not use the patching script that was provided for the initial patching of wsi files. I had patched the wsi images beforehand to .png files. |
these all seem reasonable
is it possible to provide the PNG which is causing the error?
…On Fri, Jan 22, 2021 at 9:40 AM Okunator ***@***.***> wrote:
Also, I did not use the patching script that was provided for the initial
patching of wsi files. I had patched the wsi images beforehand to .png
files.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJ3XTHLAEUGZFDH43N73D3S3E2YDANCNFSM4WD3VALA>
.
|
@ValeAri since this looks like a TCGA image, and is in the public domain, can you upload exactly the png you're using here? |
@ValeAri Hi, I just downloaded your image and tried it on my desktop. It works fines for me. I attached the package I have here. I am using Python 3.8 System Interpreter on PyCharm.
|
Hello! Sorry for the delay. Unfortunately, I did not resolve the problem. I checked the packages installed on the Docker and they are equal to yours except for pip (version 20.0.2 instead of 21) and setuptools (version 45.2.0 instead of 52.0.0) and I do not use Pycharm. Honestly, I am sure that these can not change so drastically the working of the code, but I reported it to you for give you a complete idea of my setup. Thank you in advance! |
that is extremely strange, can you describe what operating system + web browser (and version) you're using? |
I run the code in a Ubuntu 18.04 system and I use Firefox version 85.0 (64-bit) as web browser. |
interesting, i haven't tested it on a firefox, do you have a chrome browser
you can try it on, just to rule that out? thanks
…On Tue, Feb 2, 2021 at 12:20 AM Valeria ***@***.***> wrote:
I run the code in a Ubuntu 18.04 system and I use Firefox version 85.0
(64-bit) as web browser.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#1 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACJ3XTFAQYJGU3V2WN5CWDLS44ZM3ANCNFSM4WD3VALA>
.
|
@ValeAri Thanks for the information. I think this error is ruled out in Chrome Browser. If you want to quickly test data with QA, I think you could just switch to Chome to rule out this error.Here is what I found the possible cause of this issue. |
Hello! Anyway thank you very much for your help! I will continue using chrome browser for my analysis then. |
Hi,
The following error occurs when I try to upload a completed annotation: Canvas upload response: [400] {"error":"Non [0,255] incorrect values are saved in the roimask mask, please check"}. So far I've followed the User Manual step by step.
The text was updated successfully, but these errors were encountered: