We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am struggling to find any sort of documentation that shows how you have converted the original LINEMOD which looks like below:
(clean-pvnet) mona@ada:/data2/data/BOP/lm/train_pbr/000000$ ls total 8.0M drwxrwxrwx 52 mona mona 4.0K Jun 1 2020 .. drwxrwxrwx 6 mona mona 4.0K Oct 11 13:37 . drwxrwxrwx 2 mona mona 36K Oct 11 13:37 rgb drwxrwxrwx 2 mona mona 36K Oct 11 13:37 depth drwxrwxrwx 2 mona mona 552K Oct 11 13:37 mask_visib drwxrwxrwx 2 mona mona 552K Oct 11 13:37 mask -rwxrwxrwx 1 mona mona 4.2M Jun 5 2020 scene_gt.json -rwxrwxrwx 1 mona mona 124K Jun 5 2020 scene_camera.json -rwxrwxrwx 1 mona mona 2.5M Jun 5 2020 scene_gt_info.json
To a format that has pose files such as below.
(base) mona@DOS:~/Downloads/LINEMOD/cat/pose$ ls | head -5 total 4.7M drwxrwxr-x 2 mona mona 36K Sep 22 2019 . -rw-rw-r-- 1 mona mona 176 Sep 22 2019 pose9.npy -rw-rw-r-- 1 mona mona 176 Sep 22 2019 pose99.npy -rw-rw-r-- 1 mona mona 176 Sep 22 2019 pose98.npy
Could you please share some thoughts here @pengsida ?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am struggling to find any sort of documentation that shows how you have converted the original LINEMOD which looks like below:
To a format that has pose files such as below.
Could you please share some thoughts here @pengsida ?
The text was updated successfully, but these errors were encountered: