TBGAN
TBGAN copied to clipboard
IS there a way to turn off discriminator training?
I am getting this error when training to train just shape maps using your pretrained network. And I don't have labels in my training data.
`Traceback (most recent call last): File "/usr/local/lib/python3.8/dist-packages/tensorflow_core/python/framework/ops.py", line 638, in set_shape c_api.TF_GraphSetTensorShape_wrapper( tensorflow.python.framework.errors_impl.InvalidArgumentError: Dimension 1 in both shapes must be equal, but are 0 and 7. Shapes are [?,0] and [?,7].
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "train.py", line 290, in
Hey @Suvi-dha ! Can you tell me how you manged to get the training dataset ready?
Hi @rohit7044 I have few 3D models with their textures. I converted those 3D models to shape maps and normals.
But the input says modalities. What does modalities mean ? I am so confused. Given multi-view images as input I am trying to understand if TB-GAN can generate normal and UV map. Can you share your opinion?