Last active
August 23, 2023 01:30
-
-
Save anoochit/a1c4293b2c8003b54b783d6fa95e6038 to your computer and use it in GitHub Desktop.
rvm state
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
เปิดช่อง | |
---- | |
{ "state":2 , "result": 1} | |
เช็คน้ำหนัก | |
---- | |
{ "state":3 , "result": 1} | |
ทำ classification ขวด | |
---- | |
{ | |
"state": 5, | |
"result": 1, | |
"attribute": { | |
"id": 22, | |
"category": "bottle", | |
"class": "ddd", | |
"size": 1500, | |
"confidence": 93 | |
} | |
} | |
ทำ classification ขวดไม่ผ่าน | |
---- | |
{ | |
"state": 5, | |
"result": 0, | |
"attribute": { | |
"id": 22, | |
"category": "bottle", | |
"class": "ddd", | |
"size": 1500, | |
"confidence": 50 | |
} | |
} | |
ทำ classification กระป่อง | |
---- | |
{ | |
"state": 5, | |
"result": 1, | |
"attribute": { | |
"id": 23, | |
"category": "can", | |
"class": "ddd", | |
"size": 1500, | |
"confidence": 93 | |
} | |
} | |
เลื่อน | |
---- | |
{ "state":6 , "result": 1} | |
บด | |
---- | |
{ "state":7 , "result": 1} | |
หย่อนเก็บ | |
---- | |
{ "state":8 , "result": 1} | |
สถานะเปิดตู้ | |
---- | |
{ "state":14 , "result": 1} | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment