Hi, I have a problem with matching the key point
I have several items I want to identify with openmv
But when the file size is more than 70 kilobytes
ide returns this error
I think it's because of the low memory performance of the camera
Can we use external memory as executable(ram) memory?
Search found 10 matches
- Tue Mar 27, 2018 9:08 am
- Forum: Technical Discussion
- Topic: keypoint list?
- Replies: 8
- Views: 3919
- Sat Mar 03, 2018 10:48 pm
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
Thank you so muchiabdalkader wrote: ↑Sat Mar 03, 2018 7:51 pmHi download the script like so:
Then run it like this:Code: Select all
wget https://raw.githubusercontent.com/openmv/openmv/master/usr/openmv-cascade.py
Code: Select all
python2.7 openmv-cascade.py cascade_file.xml
- Sat Mar 03, 2018 1:45 pm
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
- Sat Mar 03, 2018 6:53 am
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
thanks for replying
How to write the xml file to the script or in the other words how to Introduce xml file to script?
- Sat Mar 03, 2018 6:19 am
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
- Fri Mar 02, 2018 6:53 am
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
iabdalkader wrote: ↑Mon Feb 26, 2018 7:36 pmCan you run it from the terminal so we can see the error ?
- Tue Feb 27, 2018 12:36 pm
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
- Mon Feb 26, 2018 3:43 pm
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
- Mon Feb 26, 2018 7:34 am
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
thank you for answer to my questioniabdalkader wrote: ↑Sat Feb 24, 2018 3:34 pmI don't know what conver.py is, please use our script:
./openmv-cascade.py haarcascade_fullbody.xml
Also Note it doesn't work on Windows.
i use your script and now had this problem
- Sat Feb 24, 2018 7:37 am
- Forum: Technical Discussion
- Topic: implement own Haar-Cascade
- Replies: 60
- Views: 42646
Re: implement own Haar-Cascade
Hi, it seems the cascade tool only works on Linux. hi @iabdalkader i want to create a cascade file from xml file xml file is a opencv sample (haarcascade_fullbody) i try to convert xml file to cscsde file whit openmv-cascade.py but it return usage: conver [-h] [-i] [-n NAME] [-s STAGES] [-c] file c...