Kyle Kam
Kyle Kam
[show_grid](https://imgaug.readthedocs.io/en/latest/source/api_imgaug.html?highlight=draw_grid#imgaug.imgaug.show_grid) and [draw_grid](https://imgaug.readthedocs.io/en/latest/source/api_imgaug.html?highlight=draw_grid#imgaug.imgaug.draw_grid) in version 0.4.0 are incompatible at the moment. draw_grid creates a single image of shape (H,W,3). show_grid expects (N,H,W,3) ndarray or iterable of (H,W,3) array. Current fix...
I'm currently able to use run_vision_chat.sh with a limited number of video frames being passed in for a single text query. The text result is output from the model and...
The [dataset file format](https://github.com/apple/ARKitScenes/blob/main/DATA.md#dataset-files-formats) describes a _pose.txt file that contains the camera extrinsics for the FARO scanners but it seems to be missing? Does anyone know where to find this.
I'm trying to finetune LLama 3 with the code sample provided in the notebook and installing using these instruction https://github.com/unslothai/unsloth/issues/73. Everything has gone smoothly but I'm running into this error:...
## 🐛 Bugs / Unexpected behaviors May be similar to this issue https://github.com/facebookresearch/pytorch3d/issues/317. The main difference being that the segmentation fault occurs during the "conda install pytorch" command. There's several...
Small PR. ONNX example currently doesn't work unless the image already matches the model input shape. Resizing allows any 3 channel image to be used.
## This PR contains - a fix for the previous FAST implementation (see images below) - an implementation of NMS using scoring from Sum of Absolute Differences Goal is to...
Hello, I'm trying to use `create_eval_env()` from `robocasa.eval.eval_utils.py`. [This line](https://github.com/robocasa/robocasa/blob/0eae0634a61ad2be33962c9de7000a2dd1ee573f/robocasa/utils/eval_utils.py#L33) defines the default eval layout and scene id pairs but `(6, 9), (7, 10)` seem to be missing from the...