OpenTalker / StyleHEAT

[ECCV 2022] StyleHEAT: A framework for high-resolution editable talking face generation
MIT License
627 stars 77 forks source link

Error: ninja: build stopped: subcommand failed. #26

Open Ibraheem951 opened 1 year ago

Ibraheem951 commented 1 year ago

Hi, I'm getting error when i run inference.py file. The error occurs when the following line runs inside fusec_act.py fused = load( 'fused', sources=[ os.path.join(module_path, 'fused_bias_act.cpp'), os.path.join(module_path, 'fused_bias_act_kernel.cu'), ], )

I suspect that this is an issue with gcc. Can you please share the build that was used by you guys when you ran this?

shoang22 commented 1 year ago

I received the same error. Echoing @Ibraheem951 's request for the build configuration.

buaajky commented 1 year ago

RuntimeError: Error building extension 'fused': ninja: error: '/StyleHEAT/models/stylegan2/op/fused_bias_act.cpp', needed by 'fused_bias_act.o', missing and no known rule to make it

I get this error.