Bruno Duarte
Bruno Duarte
> Just try `scrcpy` tool; Or build your own 32bit executables. Tried commenting out the binaries on `prebuilts.mk` and also tried copying arm64 binaries to `redroid-prebuilts/prebuilts/arm/bin`. The build error stopped...
From your https://github.com/remote-android/redroid-doc/issues/40#issuecomment-921577886 > I can reproduce this issue in `redroid:10.0.0-arm64` with `swiftshader` gles rendering. well, this issue is gone after enable GPU rendering. actually, `swiftshader` is deprecated, and switched...
> How about `swiftshader` in redroid 11 (not backport `angle`)? Try run a 32bit apk in redroid 11 / 12, and make sure the software rendering (`swiftshader` / `angle`) working...
Wrong identation problem at this line [video_rectangle_with_yolo_sam2_tracker.py#L734](https://github.com/adityarauniyar/label-studio-ml-backend/blob/dee4982e839c9c1da6318af0e974c4f3f301a621/label_studio_ml/examples/yolo_sam2_tracker/control_models/video_rectangle_with_yolo_sam2_tracker.py#L734) ``` MOT_yolo_sam_tracker | File "/app/control_models/video_rectangle_with_yolo_sam2_tracker.py", line 734 MOT_yolo_sam_tracker | logger.debug(f"Processing frames using SAM Tracker...") MOT_yolo_sam_tracker | ^^^^^^ MOT_yolo_sam_tracker | IndentationError: expected an indented...
What's the correct usage of it? Can you give an example? ``` ```
> @YaphetsH I gave up on dlopen hook. Instead, I hooked its Java wrapper, System.loadLibrary, as below: > > ```js > Java.perform(function() { > const System = Java.use('java.lang.System'); > const...
Why do `BrushLabelsModel` and `KeyPointLabelsModel` can only control image and not video frames? Is there a way to use segmentation masks on videos with Label Studio? @makseq
I commented the code from https://github.com/hacksider/Deep-Live-Cam/blob/181144ce3396533d89eb919ceb443643ef2f5173/modules/ui.py lines 850-855 ``` # On macOS, additional cameras typically use indices 1 and 2 for i in [1, 2]: cap = cv2.VideoCapture(i) if cap.isOpened():...
After removing all linked devices the error changed a little ``` 01:46:18.861 [Main INFO] Pairing xxxxxxxxxxxx:[email protected] (platform: "iphone", business name: ""). Type r within 3 seconds to reject pair 01:46:21.867...