Jaykumaran R
Jaykumaran R
### Search before asking - [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and found no similar bug report. ### YOLOv8 Component Predict ### Bug [/usr/local/lib/python3.10/dist-packages/ultralytics/utils/plotting.py](https://localhost:8080/#) in feature_visualization(x, module_type, stage, n,...
### What is the issue? Hi, I'm trying to fastgraphrag with ollama models. It uses `instructor.from_openai` service. Seems there is some problem with using ollama models. I'm referring to :...
Hello Team, I ve written article on DUSt3R for LearnOpenCV. Kindly give it a read and let me know about the technical correctness. Would be great if it can be...
retrieval_model ``` (huggingface) jaykumaran@Jay:~/Office/mast3r_sfm/mast3r$ python3 demo.py --model_name MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric --retrieval_model checkpoints/MASt3R_ViTLarge_BaseDecoder_512_catmlpdpt_metric_retrieval_codebook.pkl /home/jaykumaran/Office/mast3r_sfm/mast3r/dust3r/dust3r/cloud_opt/base_opt.py:275: FutureWarning: `torch.cuda.amp.autocast(args...)` is deprecated. Please use `torch.amp.autocast('cuda', args...)` instead. @torch.cuda.amp.autocast(enabled=False) [2025-03-23 17:26:12] Outputing stuff in /tmp/tmps09icm40_mast3r_gradio_demo/a80583ad5217858177c4ebdcac94a5fd [2025-03-23 17:26:13] *...
Hello, I've trained the smolvla_base for 200K steps. I'm trying to do a inference and visualize like we do for aloha or pusht. Could anyone guide me on this. I...
``` %%writefile train.py import os import time import datetime import torch import torch.nn as nn import torch.optim as optim from torch.optim import lr_scheduler import torch.backends.cudnn as cudnn import torchvision import...