rsingh2083
rsingh2083
Where to load this ?? Ive already loaded :- FaceDetection (0X300000), FaceExtraction(0X500000), FaceLandmarkDetection(0X400000) and then I loaded :- maixpy_v0.6.2_57_gae955b706_openmv_kmodel_v4_with_ide_support.bin at (0X0000) Im running face_recogntion and getting the same error >...
> It looks like the firmware doesn't have the right model embedded. The demo worked if you load http://dl.sipeed.com/MAIX/MaixPy/model/face_model_at_0x300000.kfpkg with the KFlash tool. @Bashdog After loading all the files, I...
Any success ?
> I have fixed this error by following the instruction of ashish1405 from this link: [[pjreddie/darknet/issues/241](https://github.com/pjreddie/darknet/issues/241)] > The solution is as below: > > > the `` is due the...
> > > have a lot of false detection, detecting people without helmet as people. Hi, how do I even run the detection ? Downloaded the model etc, but which...
@rawars How do I deploy it on port 8080 ? Where is the option to change port ? Im running on my localhost desktop and trying to connect to it...
Im getting this errr on console :--- Uncaught TypeError: Cannot read property 'getUserMedia' of undefined at HTMLButtonElement.startRecording (app.js:44)
But its not even asking for permission , no popup on any of the browsers at all.
> > npm install [email protected] > > npm install vue bootstrap-vue bootstrap > > Got it working How ? What did you try?