Kevin Chih-Yao Ma

Results 9 comments of Kevin Chih-Yao Ma

Hi, You should use the argument: `opts.test_submission`. Check the code here: https://github.com/chihyaoma/regretful-agent/blob/master/tasks/R2R-pano/main.py#L209 Make sure you properly resume from a pre-trained checkpoint using the argument: `opts.resume` as well.

Hi, My understanding is that, if all viewpoints have the same value for the `progress marker`, they should have no affect on the performance since all directions that you are...

You can use any offline tools to stitch the skybox images into panoramic images, e.g., from python or even Matlab.

Hi, Thanks for reporting the issue. I agree with @DecenWill. This seems to me like an issue with OpenGL support for OpenCV. And this is primarily due to the fact...

Hi, This is perfectly normal for the **regretful agent** since we have `prevent_oscillation` enabled. What this means is that, we block a direction that will lead to oscillation, i.e., a...

The problem is obviously because of all the data saved in database folder. Clean the files in database and database.json file will force the server unable to load the previous...

@zhangqianhui I followed the [commit](https://github.com/zhangqianhui/Conditional-Gans/commit/b252dea15a2120dc5ed33099bcece7d085f1401a) from your repository, but unfortunately, it didn't solve this problem for improved-gan. I believe it's because the logic and code structure in improved-gan is still...

@zhangqianhui I haven't had the time to work on it. I will make sure to update this post if I have the time to fix the problem. Thanks for asking.

Okay. Looking forward to your results!