This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| translation of: https://github.com/AXERA-TECH/ax-pipeline/blob/0ba37a0f08346dd80215aa46ac16f199c1f167b9/docs/how_to_deploy_custom_model.md | |
| How to deploy your own other models | |
| Read the documentation | |
| Read through the AXera Pulsar toolchain guide to learn how to convert a custom onnx model into the Joint model used in AX620. | |
| Inserting Post-Processing Code | |
| The model inference in ax-pipeline is basically a standard operation, and pre-processing is not something that needs to be configured in the code. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| translation of: https://github.com/AXERA-TECH/ax-pipeline | |
| Update Log | |
| 2023-01-16 Added YoloV8, please refer to ModelZoo for details. | |
| 2022-12-29 Added sample_v4l2_user_ivps_joint_vo for direct input of NV12 data, if the user has access to NV12 data. Modified the value of enum class SAMPLE_RUN_JOINT_MODEL_TYPE to meet the growing list of model support. | |
| 2022-12-26 Added sample code for rtsp input sample_rtsp_ivps_joint_vo |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| :~/Downloads/l2-intro-pre-ethdenver$ yarn hardhat deploy-zksync --script deploy-greeter.ts | |
| yarn run v1.22.19 | |
| warning ../package.json: No license field | |
| warning ../../package.json: No license field | |
| $ /home/ubuntu/Downloads/l2-intro-pre-ethdenver/node_modules/.bin/hardhat deploy-zksync --script deploy-greeter.ts | |
| Running deploy script for the Greeter contract | |
| (node:5033) ExperimentalWarning: stream/web is an experimental feature. This feature could change at any time | |
| (Use `node --trace-warnings ...` to show where the warning was created) | |
| An unexpected error occurred: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://consensys.net/developers/ultimate-hackathon-survival-guide/ | |
| https://swissintech.medium.com/ultimate-ethereum-hackathon-survival-guide-for-2023-94b2b72e17c0 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://medium.com/textileio/whats-really-happening-when-you-add-a-file-to-ipfs-ae3b8b5e4b0f | |
| https://github.com/ipvm-wg/spec/discussions/9 (IPLD Transformations) | |
| Ask on IPLD / IPFS Discord? | |
| How do you cluster IPFS hashes that are most used/relevant? | |
| It looks like with IPLD you can hash any RDF document regardless of serialization and have them point to other RDF documents. | |
| IPLD can also hash individual pieces of data, so it looks like you could build a triplestore using the unhashed data. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://www.youtube.com/watch?v=brTI93f73KM | |
| Error Detection with CRC Modulo | |
| Cyclic Redundancy Check (CRC) - Part 1 | |
| https://www.youtube.com/watch?v=A9g6rTMblz4 | |
| Cyclic Redundancy Check (CRC) - Part 2 | |
| https://www.youtube.com/watch?v=wQGwfBS3gpk | |
| How do CRCs work? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bshambaugh | |
| — | |
| 11/22/2022 7:34 PM | |
| fwiw, I've kind of grown skeptical of how UCANs might fit into my project. I common argument I have is the chain would get to long and be too heavy for the little devices. (why not sign a chain of hashes...hash sign...hash..sign...gossip...idk my mind is tired now... if I want an adventure game if I visit one station then the next (of course I need to decide on my use case..there is more than one I give for Blinky). I did a demo at IIW and am in progress of gathering my thoughts though. Some even asked that a put together a post-demo video. | |
| expede | |
| — | |
| 11/22/2022 7:40 PM | |
| That's too bad! I'd love to learn more about your use case! | |
| I common argument I have is the chain would get to long and be too heavy for the little devices. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Oh good it is done: | |
| https://www.maketecheasier.com/reset-root-password-linux/ | |
| https://www.tomshardware.com/how-to/change-passwords-in-linux | |
| From Synaptic: | |
| reinstall apache2 | |
| reinstall php7 | |
| https://askubuntu.com/questions/760907/upgrade-to-16-04-php7-not-working-in-browser |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://doc.owncloud.com/server/next/admin_manual/installation/manual_installation/manual_installation_apache.html | |
| https://www.digitalocean.com/community/tutorials/how-to-install-and-secure-phpmyadmin-on-ubuntu-20-04 | |
| ERROR 1045 (28000): Access denied for user 'ubuntu'@'localhost' (using password: NO) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Chacha derived AEAD algorithms in JSON Object Signing and Encryption | |
| (JOSE) | |
| draft-amringer-jose-chacha-02 | |
| https://datatracker.ietf.org/doc/html/draft-amringer-jose-chacha-02 | |
| https://github.com/decentralized-identity/didcomm-messaging/issues/187 | |
| https://github.com/panva/jose-chacha/issues/1 | |
| https://pkg.go.dev/github.com/hyperledger/aries-framework-go/pkg/crypto/tinkcrypto |