freemty / UrbanGIRAFFE

Official PyTorch implementation of the UrbanGIRAFFE@ICCV2023
https://lv3d.github.io/urbanGIRAFFE/
56 stars 2 forks source link

IndentationError: expected an indented block #3

Open hzxie opened 5 months ago

hzxie commented 5 months ago
Traceback (most recent call last):
  File "train_net.py", line 4, in <module>
    from lib.networks.make_network import make_network
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/make_network.py", line 3, in <module>
    from lib.networks import urbangiraffe  #, bboxNeRF, GAN2d
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/urbangiraffe.py", line 9, in <module>
    from lib.networks.GAN.generators import urbangiraffe, giraffe, ngp2d, styleGAN
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/GAN/generators/urbangiraffe.py", line 17, in <module>
    from lib.networks.models import *
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/models/__init__.py", line 4, in <module>
    from .spade import FeatureVolumeGenerator
  File "/mnt/slurm_home/hzxie/Development/UrbanGIRAFFE/lib/networks/models/spade.py", line 95
    else:
    ^
IndentationError: expected an indented block