-
Hi,
thanks for the great work. I'm currently trying to reconstruct the poses of a camera filming a small object moving in front of the camera with the background being masked out, so that i get the …
-
Hi, I am very interested in your great work.
1. I want to try the pose refinement in waymo data (you provided scene), but I met an error:
> F0202 06:06:36.188254 3254 problem_impl.cc:482] Paramet…
-
Thanks for releasing the code!
I am trying to understand how the camera viewpoints are sampled and used, and I have a few questions:
1. How exactly does the model take in the camera viewpoint? I…
-
import { useEffect, useRef } from "react";
import { NavLink } from "react-router-dom";
import { useCamera, useMediapipe } from "use-media-models";
export const HandDetection = () => {
const …
-
Hi, I've tried reconstruction with fixed known cam pose (Rotation and translation) as the [documentation ](https://colmap.github.io/faq.html#reconstruct-sparse-dense-model-from-known-camera-poses)has …
-
Hello, opensfm is a great job, thank you. I use opensfm to reconstruct the camera position on a set of images.This group of pictures is taken by a fixed PTZ camera. The camera rotates around the yaw a…
-
I am preprocessing the relative pose between color frames (t, t+1).
Is the pose coordinate aligned to the camera coordinate, defined as CameraToWorld?
If then, is it right to generate the relative …
-
Hi, I have a question about using ground-truth camera poses instead of predicted camera poses. I tried to use camera poses with the correct scale in the KITTI dataset, but I find the scale not correct…
ootts updated
2 years ago
-
Hi, I want to run VGGSfM with known camera poses to obtain point clouds.
Is the code implemented in a way that I can give ground-truth camera poses, and the model would leverage it to provide bette…
-
Hello! Let me first say congrats and thanks for all your work, **InstantMesh is absolutely amazing**!
I am wondering about the possibility of aligning the initial input image with the produced mesh…