cmr icon indicating copy to clipboard operation
cmr copied to clipboard

Project repo for Learning Category-Specific Mesh Reconstruction from Image Collections

Results 8 cmr issues
Sort by recently updated
recently updated
newest added

``` conda create -n cmr python=3 conda activate cmr conda install pytorch torchvision -c pytorch pip install -r requirements.txt ``` But I get many errors for almost all dependencies in...

Did you train the CMR on Pascal3D+ car and aeroplane together or separately? I noticed in DRC, you mentioned you train category-agnostic CNN, which means you train DRC on aeroplane...

Hi, could you please tell me where is the code to calculate 3D IOU on Pascal 3D+ dataset (aero, car)? In my understanding, in order to calculate it, we have...

hello, Is there someone know where to download the dataset?

Hi, I'm trying to run the demo code for CMR but my team and I are getting this error across all devices. We'd really appreciate it if you could help...

Hi Angjoo, I'm still trying to find a way to plot the bird demo as an interactive 3d visualization, similiar to projects like [this](https://cvl-demos.cs.nott.ac.uk/vrn/). Have you maybe discussed to use...

plt.show(block=True) solves issue https://github.com/akanazawa/cmr/issues/15 see also https://github.com/matplotlib/matplotlib/issues/12074