Yiran Xu

Results 7 comments of Yiran Xu

@brunorigal Do you figure it out now? I don't understand them either. There are also two groups of results for each class, e.g. Car AP(Average Precision)@0.70, 0.70, 0.70: bbox AP:100.00,...

Same here. I tested `test_reflection.py` with an NVIDIA V100 16GB GPU, and I changed `nn_opts['gpu_devices'] = ['/device:CPU:0'], nn_opts['controller'] = '/device:CPU:0'` to `nn_opts['gpu_devices'] = ['/device:GPU:0'], nn_opts['controller'] = '/device:GPU:0'`. Also I overwrote...

I also met this error during the installation. I ended up with `imageio=2.9.0, pillow=8.3.1, ninja=1.10.2`, and this worked for me.

I copied the setup script from [BasicVSR++](https://github.com/ckkelvinchan/BasicVSR_PlusPlus/blob/master/setup.py) to the code directory, ran `pip install -v -e .` and it worked.

When can we expect the code to be released?

Specifically, Snow - Clean 00000 00003 00001 00001 00002 00000 00003 00002 00004 00004

I also encountered the same issue when I tried it on a customized dataset with ~900 images with an average resolution of 1280x960. Looks like it was because there were...