You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Hello,
I'm trying to run
tracking_offline_cuda.py
on macos and I get the following error: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!
The text was updated successfully, but these errors were encountered: