DSG-Net icon indicating copy to clipboard operation
DSG-Net copied to clipboard

[Submodule: PyTorchEMD] No url found for submodule path 'code/PyTorchEMD' in .gitmodules

Open GregorKobsik opened this issue 2 years ago • 0 comments

Hi,

I just wanted to try out another model, in particular the exp_vae_chair-full model.

Thus I updated the evaluation script:

CUDA_VISIBLE_DEVICES=0 python eval_recon_sn.py \
  --exp_name 'exp_vae_chair-full' \
  --test_dataset 'test_no_other_less_than_10_parts.txt' \
  --model_epoch 2999

Unfortunately, the code does not run, as I am missing submodules. I tried to download them with git submodule update --init --recursive, but get the error fatal: No url found for submodule path 'code/PyTorchEMD' in .gitmodules

Can anyone anyone confirm this issue?

Is this repo https://github.com/daerduoCarey/PyTorchEMD correct? I will just try to fix it manually.

Solution:

Just comment from PyTorchEMD.emd import earth_mover_distance in model_dsmnet_full.py out, as it is not used in the code.

GregorKobsik avatar Mar 29 '23 12:03 GregorKobsik