Skip to content

Instantly share code, notes, and snippets.

@anoochit
Last active August 23, 2023 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anoochit/a1c4293b2c8003b54b783d6fa95e6038 to your computer and use it in GitHub Desktop.
Save anoochit/a1c4293b2c8003b54b783d6fa95e6038 to your computer and use it in GitHub Desktop.
rvm state
เปิดช่อง
----
{ "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