Shin
Shin
Got it. Thanks for your reply.
BTW, it seems that the judgement of overlap is conducted in point clouds with 0.1 voxel size downsampling while 0.05 for the test data, is that true ?
> If you carefully read the README.MD, you may find this command: pip install "git+git://github.com/erikwijmans/Pointnet2_PyTorch.git#egg=pointnet2_ops&subdirectory=pointnet2_ops_lib" please run this command in Linux, which can resolve your question. I've exactly followed the...
Or could you provide some videos used in your paper and demo video for reference?
As mentioned in previous issues, you extract the normalization parameters from a video. When I apply some transforms, e.g. scaling, rotation, the model cannot generate reasonable results since the distribution...
But I should reach enough score to change level, or it would say env has no attribution:change_level. How to solve it ?
@koltafrickenfer I have tried your [branch](https://github.com/koltafrickenfer/gym-super-mario) and solve this problem perfectly, but there are some little issues: 1. It seems like your branch also use 'Tiles' version, but the running...
I merge the original NesEnv class and your MetaNesEnv class and solve the speed issue. And is there no way to change the source code of the game, such as...
Are you familiar with this lua script? I tried to modified its `curr_page` and `curr_x_position`, but I can only move mario in current screen, namely from 0 to 256.
Oh, I have solved this problem by reading fceux help files. Thank you very much!