sergeytulyakov / mocogan

MoCoGAN: Decomposing Motion and Content for Video Generation
573 stars 113 forks source link

Issue on - executing (MoCoGAN Paper) #5

Closed ShibaPrasad closed 6 years ago

ShibaPrasad commented 6 years ago

Hi, I am using - Python 3.6.1 :: Anaconda custom (64-bit) and Ubuntu 14.04.5 LTS. When i am trying to exexute the code at - https://github.com/sergeytulyakov/mocogan and steps : https://github.com/sergeytulyakov/mocogan/wiki/Training-MoCoGAN

I am getting below error while executing the code. Would you please help ?

Training:

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@

sergeytulyakov commented 6 years ago

Hi,

I haven't tested the code with python 3.6 . The code should run on python 2.7. But I think you should be able to make it work.

In this case, could you check if you have local.db in the folder where the data is? Try deleting it and see if it helps

Sergey

ShibaPrasad commented 6 years ago

Now i am getting "Segmentation fault (core dumped)" (using - Python 3.6.1 :: Anaconda custom (64-bit) and Ubuntu 14.04.5 [LTS)](url screenshot from 2017-11-13 11 50 10 )

shiba@shiba:~/Downloads/mocogan-master/src$ python train.py \

--image_batch 32 \
--video_batch 32 \
--use_infogan \
--use_noise \
--noise_sigma 0.1 \
--image_discriminator PatchImageDiscriminator \
--video_discriminator CategoricalVideoDiscriminator \
--print_every 100 \
--every_nth 2 \
--dim_z_content 50 \
--dim_z_motion 10 \
--dim_z_category 4 \
../data/actions ../logs/actions

Segmentation fault (core dumped) shiba@shiba:~/Downloads/mocogan-master/src$

sergeytulyakov commented 6 years ago

Unfortunately, segmentation fault is a very generic error. Could you provide more information?

Alternatively you could try switching to python2.7 either using docker or virtualenv.