parsenet-codebase icon indicating copy to clipboard operation
parsenet-codebase copied to clipboard

Code base of ParSeNet: ECCV 2020.

Results 6 parsenet-codebase issues
Sort by recently updated
recently updated
newest added

hello, when i run "bash download_dataset.sh" according to readme, i can't found the file "predictions.h5", I also can't download the file on the website. Please, now how do I get...

The installation guide in the readme says that to install the conda environment, the following code should be run: `conda env create --force environment.yml -n parsenet` But there is to...

When I download all the dataset and pretrained models and run 'python test.py 0 3999', the following error occur: Expected tensor for argument #1 'input' to have the same device...

Hi Gopal, the meshes of parsenet results in your paper looks pretty and clean. But when I tried to visualize the 'newer_pred_mesh' in 'test.py', the mesh with trimmed boundary does...

Hi @Hippogriff , thanks for sharing your work and code. Now, I 'm trying to test ParSeNet in my own dataset. I found that your network need normal, primitive and...

hello, thanks for sharing the code! I find that in both [test.py](https://github.com/Hippogriff/parsenet-codebase/blob/master/test.py) and [generate_predictions.py](https://github.com/Hippogriff/parsenet-codebase/blob/master/generate_predictions.py), there is a line `from src.primitives import SaveParameters`, but neither of them actually uses this moudule...