YoussefFathi
YoussefFathi
I have tried running the demo file for the multiview 3D keypoints detection using voxel pose, but could only see the predicted keypoints as visualizations on the images. Is there...
I've been trying to reproduce your results on KITTI Raw dataset using the published code and also used the code in [here](https://github.com/google/layered-scene-inference/blob/59b5d37022f6aaab30dfd4ddcf560923eaf38578/lsi/data/kitti/data.py#L161) to create the same splits and preprocessing indicated...
Hello, would like to congratulate you on such great work! Are the hyperparameters for the kitti_raw dataset included in params_kitti_raw.yaml the same ones used to reach the results in the...
While running auto_track.py on the generated keypoints3D, I'm getting the following error when setting the Window Size to specific sizes (like 10 in this example). I'm not sure how the...
The visualization of the 3D keypoints for a multihuman dataset is producing keypoints below the z=0 as shown in the image below. This is due to having -ve values in...
When is it planned to release the dataset used in the work "Novel View Synthesis of Human Interactions from Sparse Multi-view Videos"?
I've been trying to run a training session by following the instructions given. The Dataloader returns a timeout exception. After some tracing, it turns out the code halts in the...
Can you please share the method that was used to generate the SMPLX meshes for the given datasets?
I was wondering about the code that was used in order to generate the visibility maps (rasterization results) for the ZJU-MoCap dataset?