akanazawa / cmr

Project repo for Learning Category-Specific Mesh Reconstruction from Image Collections

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

get errors when try to run demo

EAST-J opened this issue · comments

Hello, I tried to run the demo:python -m cmr.demo --name bird_net --num_train_epoch 500 --img_path cmr/demo_data/img1.jpg but I got 2 errors that says :/tmp/tmpsIvbDf/3a3498fcc1b5eb4a0d21f0025a35669d_2.cubin.cu(13): error: a value of type "const float *" cannot be used to initialize an entity of type "float *"

/tmp/tmpsIvbDf/3a3498fcc1b5eb4a0d21f0025a35669d_2.cubin.cu(14): error: a value of type "const float *" cannot be used to initialize an entity of type "float *"

could you please tell me how to solve this problems,looking for your reply.thanks