Skip to content
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

how to run solutions #20

Closed
zhang1990215 opened this issue Feb 27, 2025 · 5 comments
Closed

how to run solutions #20

zhang1990215 opened this issue Feb 27, 2025 · 5 comments
Assignees
Labels
sscma-example-sg200x Label for sscma-example-sg200x UAY Unassigned yet

Comments

@zhang1990215
Copy link

I compiled solutions/sscma-model and install in the device, but when in run it, error occurred.
sscma-model yolo11n_1684x_int8_sym.cvimodel cat.jpg out.jpg
Assertion failed: 0 (/home/runner/work/reCamera-OS/reCamera-OS/output/sg2002_recamera_emmc/cviruntime/src/soc/common/cvi_device_mem.cpp: device_init: 720)
Aborted.
It seems that the device is being occupied. I need to close the process that is occupying the device. Although I saw sscma-node running in top and have already terminated it, the issue still persists. Please provide a solution.

@Lesords Lesords added UAY Unassigned yet sscma-example-sg200x Label for sscma-example-sg200x labels Feb 28, 2025
@LynnL4
Copy link
Member

LynnL4 commented Feb 28, 2025

You can stop the node-red service.
sudo /etc/init.d/S03node-red stop

@zhang1990215
Copy link
Author

You can stop the node-red service. sudo /etc/init.d/S03node-red stop

And the process should run with sudo

@zhang1990215
Copy link
Author

how many ion memory do we have? I meet new problem with memory: ion ioctl fail:: Out of memory. use medel_tool , it shows my model ion size is CviModel Need ION Memory Size: (58.00 MB)

@LynnL4
Copy link
Member

LynnL4 commented Mar 3, 2025

Hi,
What kind of model are you using that requires so much memory? It is not recommended to use such a large model on the ReCamera device. If you need more memory, you may need to build a firmware. Please refer to this.
Seeed-Studio/reCamera-OS@f89d14e

@LynnL4 LynnL4 moved this to Todo in Issues and PR Assemble Mar 3, 2025
@zhang1990215
Copy link
Author

Hi, What kind of model are you using that requires so much memory? It is not recommended to use such a large model on the ReCamera device. If you need more memory, you may need to build a firmware. Please refer to this. Seeed-Studio/reCamera-OS@f89d14e

ok, thank you!

@LynnL4 LynnL4 closed this as completed Mar 7, 2025
@github-project-automation github-project-automation bot moved this from Todo to Done in Issues and PR Assemble Mar 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sscma-example-sg200x Label for sscma-example-sg200x UAY Unassigned yet
Projects
Status: Done
Development

No branches or pull requests

3 participants