Closed DeriZSY closed 3 years ago
I think I've found the reason for this. The system set up in ARCore assumes the phone will be held upright. That is to say, you need to have the height of the image longer than the width (as in the bike sequence).
However, when reading the video with OpenCV this is not guaranteed. So you will need manually to rotate the image by 90 degrees in this case to make the height of the image the loger side.
Hi, I use the codes provided in the repo to generate images with point cloud and annotation overlay.
The results look quite convincing on
bike
category but seems to fail in a cereal_box sequence: batch-11-17 (actually it fails for at least first two sequences of 'cereal_box')