plateau1
plateau1
Could you please exchange the details of training FastFlowNet? 1. The normalization operation involved in demo.py has been used. 2. Gt has also been divided by 20. 3. Training the...
Traceback (most recent call last): File "", line 1, in File "D:\Apply\PyCharm\PyCharm 2020.2.2\plugins\python\helpers\pydev\_pydev_bundle\pydev_umd.py", line 197, in runfile pydev_imports.execfile(filename, global_vars, local_vars) # execute the script File "D:\Apply\PyCharm\PyCharm 2020.2.2\plugins\python\helpers\pydev\_pydev_imps\_pydev_execfile.py", line 18, in...
您好!首先非常感觉你对我的回复。因为最近在做通过对人脸的照片进行识别来实现性别预测的功能,因为我是刚刚接触这个,所以我想询问一下,就是在训练的时候accuracy 都很高最少都是0.8几,但是在用训练好的模型进行预测的时候,只有0.6几,我想问一下 ,就是有什么办法可以改进吗?真的非常感谢! ------------------------- 报错信息是模型文件没有生成,应该是还训练过吧?需要先训练再预测,先执行train.py,再执行 predict.py。
> I don't know if it helps you, since I reimplemented part of the code myself (although it should still use the same procedure as this original RAFT). After training...
> Ok, I forgot to compile the `alt_cuda_corr` module but the `import alt_cuda_corr` was still successful. > > Compiling via `python3 setup.py install --user` inside `alt_cuda_corr` does the trick. >...