Coder Social home page Coder Social logo

azure-percept-reference-solutions's Introduction

Project

Welcome to the GitHub repo for the Azure Percept reference solutions.

If you want to learn more about Azure Percept, please visit Azure Percept documentation or product page.

In this repo you'll find examples of end-to-end reference solutions. Meaning the solution will contain Azure Perecept components along with other Azure services. Each solution has it's own folder with detailed setup instructions.

Contributing

This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com.

When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA.

This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact [email protected] with any additional questions or comments.

Trademarks

This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow Microsoft's Trademark & Brand Guidelines. Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies.

azure-percept-reference-solutions's People

Contributors

ewebster-fractal avatar leannhuang avatar microsoftopensource avatar mimcco avatar ozhernan avatar saseiler avatar sbhasale avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

azure-percept-reference-solutions's Issues

azure percept point to new iothub

If i create a brand new iothub with different name. how to i get azure percept to work again

i tried editing the device_connection_string in /etc/iotedge/config.yaml
it connects to the device in the new iothub but only has two modules.
edgeAgent and edgeHub

image

How to test locally?

Firstly thank you for this great document!
I'm new to Percept.
I'm thinking about how I can test the custom modules locally.
Are there any way to test them?

Thank you.

standard_init_linux.go:228: exec user process caused: exec format error

Hi team,

when I try to build the docker image, i get the following error "standard_init_linux.go:228: exec user process caused: exec format error"

I'm using ubuntu machine

I followed the instructions given in the readme.md file for people counting.

please find the docker file

FROM arm64v8/python:3.7-slim-buster

WORKDIR /app

COPY requirements.txt ./
RUN pip install -r requirements.txt

COPY . .

CMD [ "python3", "-u", "./main.py" ]

please find the log, this is after when right clicked on the "deployment.template.json" file and selected "Build and Push IoT Solution"

docker build  --rm -f "/home/iamalien/Desktop/my_files/azure_percept_work/repo/Azure-Percept-Reference-Solutions/people-counting-with-azure-percept-vision/modules/CountModule/Dockerfile.arm64v8" -t newaliencr.azurecr.io/countmodule:0.0.16-arm64v8 "/home/iamalien/Desktop/my_files/azure_percept_work/repo/Azure-Percept-Reference-Solutions/people-counting-with-azure-percept-vision/modules/CountModule" && docker push newaliencr.azurecr.io/countmodule:0.0.16-arm64v8
Sending build context to Docker daemon  12.29kB
Step 1/6 : FROM arm64v8/python:3.7-slim-buster
 ---> ea5d867bc80a
Step 2/6 : WORKDIR /app
 ---> Using cache
 ---> b4274312663b
Step 3/6 : COPY requirements.txt ./
 ---> Using cache
 ---> 1313818bdd7d
Step 4/6 : RUN pip install --user -r requirements.txt
 ---> [Warning] The requested image's platform (linux/arm64/v8) does not match the detected host platform (linux/amd64) and no specific platform was requested
 ---> Running in 97c6b1e6a828
standard_init_linux.go:228: exec user process caused: exec format error
The command '/bin/sh -c pip install --user -r requirements.txt' returned a non-zero code: 1

Azure Percept and View device stream in Azure

Hello all!

We've received our Azure Percept DK yesterday. What we are trying to do is, to just view the device stream and telemetry. We have sucessuflly conected the device to our internal WLAN network. After that we've created Azure IoT Hub and add new edge iot device. Everything looks OK, but we cannot click on "View stream" on Azure portal section, to see the actual video output from the device. Can someone please help us and tell where the problem is. The button is somehow "grayed out" / "without a link".

Screenshot: https://ibb.co/g4WBDFw

The device is showing with "Connected status" in the Azure Percept Studio.

Thank you for your helop!

Error with deployment - eventroutes

Hello,

I want to deploy the solution to an excising IoT Hub environment. I have there already routes to eventgrid, so the deployment give this error ( I think that is the reason):

{
"status": "Failed",
"error": {
"code": "400126",
"message": "Cannot add or remove default routes, default route names are :RouteToEventGrid. If you contact a support representative please include this correlation identifier: bee7c183-a046-4bd8-82a3-ef044e965d2c, timestamp: 2021-04-30 13:43:09Z, errorcode: IH400126."
}
}

Any idea how I can solve this?

thanks,

Remco

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.