We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I run follow command in powershell, there's error as title, anyone can help?
python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/May.mp4
The text was updated successfully, but these errors were encountered:
没有人看一下吗,我用的是windows powershell,有没有大佬帮忙看看
Sorry, something went wrong.
knn 中这里出错, bg_xys = np.stack(np.nonzero(~bc_pixs)).transpose() fg_xys = np.stack(np.nonzero(bc_pixs)).transpose() nbrs = NearestNeighbors(n_neighbors=1, algorithm='kd_tree').fit(fg_xys)
这个问题已经解决了
请教下,怎么解决的呀?
No branches or pull requests
Hi,
I run follow command in powershell, there's error as title, anyone can help?
python data_gen/utils/process_video/extract_segment_imgs.py --ds_name=nerf --vid_dir=data/raw/videos/May.mp4
The text was updated successfully, but these errors were encountered: