Fixed
Status Update
Comments
sw...@affable.ai <sw...@affable.ai> #2
.
po...@hatena.ne.jp <po...@hatena.ne.jp> #3
.
sa...@gmail.com <sa...@gmail.com> #4
We're unable to reproduce this issue on Android Studio Canary 13.
Android Studio Arctic Fox | 2020.3.1 Canary 13
Build #AI-203.7148.57.2031.7242491, built on March 29, 2021
Runtime version: 11.0.8+0-b944-P17168821 amd64
Android Studio Arctic Fox | 2020.3.1 Canary 13
Build #AI-203.7148.57.2031.7242491, built on March 29, 2021
Runtime version: 11.0.8+0-b944-P17168821 amd64
sa...@gmail.com <sa...@gmail.com> #5
@4 OK updated to this now. Very easy to reproduce again.
See attached of how to reproduce it on canary 13 too:
Android Studio Arctic Fox | 2020.3.1 Canary 13
Build #AI-203.7148.57.2031.7242491, built on March 29, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4000M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: Show As ..., String Manipulation, com.dubreuia, com.intellij.marketplace, org.jetbrains.kotlin, com.google.mad-scorecard, org.intellij.plugins.markdown
See attached of how to reproduce it on canary 13 too:
Android Studio Arctic Fox | 2020.3.1 Canary 13
Build #AI-203.7148.57.2031.7242491, built on March 29, 2021
Runtime version: 11.0.8+10-b944.6842174 amd64
VM: OpenJDK 64-Bit Server VM by N/A
Windows 10 10.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4000M
Cores: 12
Registry: external.system.auto.import.disabled=true, ide.settings.move.mouse.on.default.button=true, debugger.watches.in.variables=false
Non-Bundled Plugins: Show As ..., String Manipulation, com.dubreuia, com.intellij.marketplace, org.jetbrains.kotlin, com.google.mad-scorecard, org.intellij.plugins.markdown
ca...@gmail.com <ca...@gmail.com> #6
Is it still reproducible with the new Logcat in Studio Electric Eel?
ja...@google.com <ja...@google.com> #7
@6 You've deleted all the files I've uploaded here (or the website has). How can I check it out?
I don't remember what was written on the project a year ago...
Please restore the files so that I could check it out.
Also please stop deleting my files.
I don't remember what was written on the project a year ago...
Please restore the files so that I could check it out.
Also please stop deleting my files.
wy...@gmail.com <wy...@gmail.com> #8
The files were deleted due to expiration of the retention period for restricted attachments. They are not recoverable.
so...@gmail.com <so...@gmail.com> #9
@8 So disable this behavior or extend it to enough time till you answer and I can check it out.
Otherwise there is no point in writing here as you answer too late for me to check it out again, because you don't give me a chance to do it.
Otherwise there is no point in writing here as you answer too late for me to check it out again, because you don't give me a chance to do it.
we...@gmail.com <we...@gmail.com> #10
Sorry it took us so long to address this bug. That said, the Logcat tool window was rewritten from scratch so this bug is no longer relevant.
ig...@gmail.com <ig...@gmail.com> #11
@10 OK.
Can you please fix the way it shows the text, though?
I mean this:
https://issuetracker.google.com/issues/258484270
Many times I forget it even exists, and I see the time instead of the text that I printed...
Can you please fix the way it shows the text, though?
I mean this:
Many times I forget it even exists, and I see the time instead of the text that I printed...
ma...@gmail.com <ma...@gmail.com> #12
+1
je...@gmail.com <je...@gmail.com> #13
+1
na...@gmail.com <na...@gmail.com> #14
Comment has been deleted.
ka...@gmail.com <ka...@gmail.com> #15
+1
le...@gmail.com <le...@gmail.com> #16
+1
me...@gmail.com <me...@gmail.com> #17
+1
al...@gmail.com <al...@gmail.com> #18
+1
ke...@gmail.com <ke...@gmail.com> #19
Still a bug it seems after several years - what should it be reading?
ro...@gmail.com <ro...@gmail.com> #20
Still the same
nr...@google.com <nr...@google.com>
we...@gmail.com <we...@gmail.com> #21
Wow it was assigned! Amazing!!!!
Description
Problem you have encountered:
Vision API always display the same "topicality" and "score" response values when using "LABEL_DETECTION" feature.
What you expected to happen:
The API should retrieve different values for each image score, based on the
Steps to reproduce:
API request:
Header:
Body:
{
"requests": [
{
"features": [
{
"type": "LABEL_DETECTION"
}
],
"image": {
"source": {
"imageUri": "gs://[BUCKET_NAME]/[FILE_NAME]"
}
}
}
]
}
API response code:
{
"responses":[
{
"labelAnnotations":[
{
"mid": "/m/01fdzj",
"description": "tower",
"score": 0.9670615,
"topicality": 0.9670615
},
{"mid": "/m/05_5t0l", "description": "landmark", "score": 0.9577333,…},
{"mid": "/m/01bqvp", "description": "sky", "score": 0.9446629,…},
{"mid": "/m/0245zn", "description": "national historic landmark", "score": 0.8434226,…},
{"mid": "/m/0pgl9", "description": "tourist attraction", "score": 0.7817043,…},
{"mid": "/m/01c6yl", "description": "spire", "score": 0.7725489,…},
{"mid": "/m/051rmm", "description": "steeple", "score": 0.6853327,…},
{"mid": "/m/0cgh4", "description": "building", "score": 0.5999089,…},
{"mid": "/m/02ljgl", "description": "monument", "score": 0.5605593,…}
]
}
]
}
Other information (workarounds you have tried, documentation consulted, etc):