Open raymondren1982 opened 5 months ago
没有人看一下吗,我用的是windows powershell,有没有大佬帮忙看看
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)
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)
这个问题已经解决了
这个问题已经解决了
请教下,怎么解决的呀?
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