Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error when running preprocessing for style avatar #36

Open
loic-combis opened this issue Feb 22, 2024 · 0 comments
Open

Error when running preprocessing for style avatar #36

loic-combis opened this issue Feb 22, 2024 · 0 comments

Comments

@loic-combis
Copy link

Hello,

I'm trying to run tracking_offline_cuda.py on macos and I get the following error:

File "/Users/xxxx/workspace/FaceVerse/faceversev3_jittor/fit_imgs_offline_cuda.py", line 113, in run
    rendered_img_c = np.clip(self.pred_dict['rendered_img'].transpose((0, 2, 3, 1)).numpy(), 0, 255).astype(np.uint8)
RuntimeError: Wrong inputs arguments, Please refer to examples(help(jt.numpy)).

Types of your inputs are:
 self   = Var,
 args   = (),

The function declarations are:
 ArrayArgs fetch_sync()

Failed reason:[f 0222 09:14:44.203245 00 op.cc:182] Check failed: flags.get(NodeFlags::_cpu)  Something wrong... Could you please report this issue?
 Op code doesn't have cpu version

Seems like the repo does not support CPU right? Is there a way to run it directly on macos (M1 or M3) ?

Thanks for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant