Hengda Li

Results 7 comments of Hengda Li

> When I tried to use the PTI optimization model and run the inference_on_Videos. py file, the adhesion effect of the video result was too obvious, like pulling gum. In...

how can I resume training?

> In video preprocess, I run this line bug met the bug. > > ``` > python get_3d.py --img_path /a/b/c__00068.png # the image path should be the one generated in...

> Go to the /data/keypoint2img.py file. > > Change line 311, that is, curve_x = np.linspace(x[0], x[-1], (x[-1]-x[0])) to curve_x = np.linspace(x[0].astype(int), x[-1].astype(int), (x[-1].astype(int)-x[0].astype(int))) > > Then it will work....

> > > Hi, the error may be caused by Pyqt5 installation. You may refer to [some blogs](https://blog.csdn.net/qq_49641239/article/details/112303826?spm=1001.2101.3001.6650.12&utm_medium=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-12-112303826-blog-107212845.pc_relevant_multi_platform_whitelistv1&depth_1-utm_source=distribute.pc_relevant.none-task-blog-2%7Edefault%7ECTRLIST%7Edefault-12-112303826-blog-107212845.pc_relevant_multi_platform_whitelistv1&utm_relevant_index=21). > > > > > > I try the method but still...

I want to know this, too.