akanazawa / cmr

Project repo for Learning Category-Specific Mesh Reconstruction from Image Collections
MIT License
474 stars 84 forks source link

get errors when try to run demo #19

Closed EAST-J closed 4 years ago

EAST-J commented 4 years ago

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