Jiaao Zhang

Results 6 comments of Jiaao Zhang

> > My gpu is V100, 16G, when I run > > python demo.py --trained_model weights/WIDERFace_DSFD_RES152.pth --img_root data/worlds-largest-selfie.jpg > > It gets error: RuntimeError: CUDA out of memory > >...

> Install CUDA. > Build the custom OPs. > Run Flownet2. Thanks, I had already solved the problem. But I got another question, have you ever tested the model on...

Some code is written by C++, so you need to build them. You can find the C++ code in the catalogue named "src/ops". The C++ code is supported by CUDA....

could you please tell me how to use the official code "evaluate_scene_flow.cpp"? I studied it for a long time, but it didn't work.

> I solved the problem by using flowNet2. > Thanks. ;) I have the same problem. But I just want to use the flownet1.0, what can I do? Thanks!