-
Notifications
You must be signed in to change notification settings - Fork 0
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
Wasm2wat #12
Wasm2wat #12
Conversation
mv /tmp/wabt-1.0.33 /opt/wabt | ||
|
||
RUN echo "export PATH=/usr/local/bin/:$PATH:/opt:/opt/wabt/bin" >> ~/.bashrc | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I added /usr/local/bin/ in front to detect python3.10.13 easily
}, | ||
{ | ||
"path": "/bin/python3", | ||
"type": "pythonEnvironment" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
these are un-wanted python (3.11)
@@ -65,7 +65,8 @@ frame_bbox(uint8_t *image, uint32_t size, | |||
color.val[1] = bbox_color.g; | |||
color.val[2] = bbox_color.b; | |||
color.val[3] = 8; | |||
cvRectangle(mat1, &p1, &p2, &color, 1, 8, 0); | |||
//cvRectangle(mat, (top,left), (right,bottom), color, thickness, lineType, shift) | |||
cvRectangle(mat1, &p1, &p2, &color, 1, 8, 0); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add comment to inform the meaning to user
@@ -244,7 +244,7 @@ inference(frame_t frame, inference_data_t *inference_data) | |||
return 0; | |||
} | |||
|
|||
static int32_t | |||
int32_t |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
To set break for debugger
Add VSA multiple
Add Wasm2wat to show native symbols
Add Wasi-sensor explanation
Add lldb download script in case