-
Hi
I have a question that bothers me very much and I hope to get your answer.
I noticed that both the pyFM and VisualizationTools are designed to visualize the shape correspondence between 3D shapes…
-
When use cases are changed, they should be automatically run and the output xmls and shape models should be automatically uploaded to the portal.
-
Hi,
First of all, great work! It is very impressive. However I lack some information about the camera convention you are using i.e., opencv/colmap, Opengl etc. I would like to know the exact camer…
-
Hi
Great work! I have been running it on my own dataset and it works really well!
Just wondering about how to do the multi anatomy case? I note there's a small section in the appendix of the paper…
-
Hello! Thank you very much for sharing your research.
I am currently using your model to train a dataset of both 3DCariShop and regular 3D heads generated from CelebA. Both types of head models ha…
-
Thanks for sharing the great work!
I have two simple questions related to the ablation study & CSS Net freeze part.
**Q1. Can you explain the difference between (R,t) / (R,t),s / (R,t),s,z, which…
-
This is the error:
```
Exception has occurred: AttributeError
module 'tvtk.tvtk_classes.arrow_source' has no attribute 'ArrowSource'
File "/path/site-packages/tvtk_classes/tvtk_helper.py", line …
-
### Motivation
For scientific python (and perhaps computer vision as well), a very common application is linear algebra. The simplest objects of interest there are vectors, which are easy to genera…
-
Hi everyone:
I'd like to share the raw output from COTR for ETH3D and KITTI dataset.
ETH3D eval: https://drive.google.com/file/d/1pfAuHRK7FvB6Hc9Rru-beH6F-2lpZAk6/view?usp=sharing
KITTI: http…
-
I am on julia 0.6. Currently the following results in a stack overflow:
```julia
x = @data [1.0 2.0 3.0]
w = Weights(rand(3))
mean(x,w,skipna=true)
```
because this code https://github.com/J…