Git Product home page Git Product logo

Comments (30)

aidlearning avatar aidlearning commented on May 20, 2024

Can you share your pad configuration? For example, Android 6.0 or 7.0?now ,the app support android >=6.0 and aarch64 .

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

I used adb install aidlux-0505.apk and it works now

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

ok

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

i check it

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

your account is activated by hand.sorry for the mail system not stable!

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

How do I customize user interface, like adding an button and different layout of GUI?
I don't see it in your python example

Thanks

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

good question!
Of course! you can customize your Gui use the AidLearning. you can cd /home/facencnn and reference:
line 35~43 :
msgType,msgName=cvs.getMsg()
if msgName!='' and msgType=='add_person':
ret=facerecog.add_person(msgName, img.shape[0], img.shape[1], image_char)
if ret==0:
print 'you add_person is success!'
cvs.setMsg_status(1)
else :
print 'you add_person is failed!'
cvs.setMsg_status(-1)

this is to process button to register a face to recognize. how to customize the button ?
pls reference the templates dir 下的index.html file, you can customize capital,button place,color
...

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

3 questions:

  1. I noticed wifi has a lot of traffic when landmark app is running. Does application send data or picture to internet?
  2. Is sshd enabled? It will be useful to have a connection between my PC and my android tablet. So I can do editing and upload my own model
  3. Which version of opencv is installed in your system?

Thanks,

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

no send any data to internet. but the gui is part build of the web .so you have the traffic. sshd already surpported.i will show the help how to do.opencv is 3

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

I am not able to use ssh to access my android tablet with your SW installed. Do I need to run a command to start sshd?

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

no,sshd already started. you just need to copy the .ssh/id_rsa.pub (int the pc) to the .ssh/authorized_keys (phone),so it can work

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

for example :in my pc : ssh [email protected] -p8022

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

your pc is mac or linux?if it is true ,pls in the terminal run:ssh-keygen to generate the id_rsa.pub file

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

LInux. Unfortunately, it still asks me for password after I install id_ras.pub to autorizex_keys on your system.
I used termux before and I can do ssh to termux from my linux

Thanks,

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

ssh(use the pc to connect to Aidlearning and control it using the pc's terminal)

Just open the url:mobilephone'sip:8910/upload in the pc to upload ssh's file. for example:http://192.168.1.6:8910/upload

i upgrade the ssh setting method!!!

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

Do I need to update aidlearning instead of :using http://192.168.1.6:8910/upload?
w

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

you need download apk to install.and then open url:mobilephone'sip:8910/upload
upload your id_ras and idras.pub. last you can use ssh [email protected] -p8022 to connect

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

https://github.com/aidlearning/AidLearning-FrameWork/blob/master/aidlux0510.apk

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

qidiso avatar qidiso commented on May 20, 2024

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

qidiso avatar qidiso commented on May 20, 2024

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

you can tap the bottom icon like app store.it will show more examples

from aidlearning-framework.

kaishijeng avatar kaishijeng commented on May 20, 2024

opencv2 in the system is 2.4.9.1, not 3 which you mentioned before.
I want to use dnn module in the opencv 3.5 or 3.6.

import cv2
cv2.version
'2.4.9.1'

Thanks,

from aidlearning-framework.

aidlearning avatar aidlearning commented on May 20, 2024

you can see this: #6 (comment)
use: apt install opencv3-dev install opencv3

from aidlearning-framework.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.