Bloxxy
Bloxxy
So puppeteer-stream is recording the video in 1440x900 (The resolution of my screen) instead of 1350x2400 (The resolution of the browser) The code to record is this: ``` browser =...
What if I have a GPU that doesn't have ray tracing support, but it's still fast enough to run small maps, can I still run this?
### Is there an existing issue for this? - [X] I have searched the existing issues ### I'm submitting a ... - [X] bug report - [ ] feature request...
### Is there an existing issue for this? - [X] I have searched the existing issues ### I'm submitting a ... - [ ] bug report - [X] feature request...
Node version: v20.11.0 JsDOM version: 24.0.0 Minimal reproduction case: ```js import gaxios from "gaxios" import { JSDOM, ResourceLoader } from "jsdom" const userAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64)...
If I want to add a new objects, do I copy the Targets array, make a new targets array with the size being oldSize + 1, and set the new...
If I Run openupm add [email protected] (Also tried 3.2.1, since 3.0.3 your library wants doesn't actually exist) and then openupm add com.lachee.discordrpc I get this warning: error CS1566: Error reading...
I use nonMaxSuppressionAsync in my code for getting rid of useless bounding boxes from a detection model, but this simple line of code: ` console.time("nms") const nms = await tf.image.nonMaxSuppressionAsync(boxes,...
### Search before asking - [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and found no similar feature requests. ### Description As pytorch 2.3 seems to support ROC https://pytorch.org/docs/stable/notes/hip.html With minimal...