jiyingwei

Results 2 issues of jiyingwei

for gridSize, numBox, scale in zip(layerWidths,numBoxes,scales): step_size = IMG_SIZE*1.0/gridSize for i in range(gridSize): for j in range(gridSize): pos = idx + (i*gridSize+j) * numBox # centre is the same for...

I run the script teleop/teleop_hand.py [https://github.com/OpenTeleVision/TeleVision] It use vuer for hand tracking. the device is meta quest3. async def on_hand_move(self, event, session, fps=60): try: self.left_hand_shared[:] = event.value["leftHand"] self.right_hand_shared[:] = event.value["rightHand"]...