Manu Dwivedi
Manu Dwivedi
``` const video = document.getElementById("video"); Promise.all([ faceapi.nets.tinyFaceDetector.loadFromUri("/models"), faceapi.nets.faceLandmark68Net.loadFromUri("/models"), faceapi.nets.faceRecognitionNet.loadFromUri('./models'), faceapi.nets.faceExpressionNet.loadFromUri('./models'), ]).then(startWebcam); function startWebcam() { navigator.mediaDevices .getUserMedia({video: true, audio: false, }) .then((stream) => { video.srcObject = stream; }) .catch((error) => {...
Hello! DPU Target: DPUCZDX8G_ISA1_B4096 Vitis Verison: 2.5.0 (CPU) I am using the Xilinx-RFSoC ZCU 111 for a custom neural net, I am using that with combinations to some other tools...
## Issue Description ## Attempting to receive IQ on 2 channels with usrp b210. ## Setup Details ## srsue Version 23.4.0 usrp: B210 ubuntu 20.04 Setting in ue.conf nof_antennas =...