-
Notifications
You must be signed in to change notification settings - Fork 166
New issue
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
How can I annotate the frames one by one without poses? #81
Comments
There are multiple questions:
In summary: If you don't really need to annotate individual scans, then don't do it. Use some LiDAR SLAM method (e.g., kiss-icp, SuMa, etc.) to estimate poses for your scans. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, thanks for your amazing tool.
I'm currently annotating some KITTI dataset that don't have poses, while my own dataset also don't have poses. So how can i annotating them one frame by one frame?
Besides, I'm a bit little confused about the parameters in
settings.cfg
. My current understanding about it is that, the tool would read all the point cloud files in foldervelodyne
anyhow. But in one tile (the size is determined bytile size
), it would just loadmax scans
in the determined size, even there are 2000 frames in one tile's range. And since we have poses, which are the key, we can concatenate the frames in one tile. So that we can annotate the points that detected in several frames (overlapped) in just one time.Don't know if my understanding about your tools is correct. And for those did not loaded, how can I know which frames are they? Since I noticed that, the tool would automatically generate all the
.label
files in the folderlabels
In addition, when I try to test the tool on SemanticKITTI(sequence 3). In the beginning it was great. But when I click for a while something happened. It really confuses me.
![0325_3](https://private-user-images.githubusercontent.com/80139123/316469026-5fd974ea-1713-4e64-8fb7-3c29966aa79c.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk2Njk1MzYsIm5iZiI6MTczOTY2OTIzNiwicGF0aCI6Ii84MDEzOTEyMy8zMTY0NjkwMjYtNWZkOTc0ZWEtMTcxMy00ZTY0LThmYjctM2MyOTk2NmFhNzljLmpwZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE2VDAxMjcxNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI1NDFjZDc5ZWEzM2VlNzVjYjY0OGMwNzIwOTczMzI5NGExMjVmYjAxOWY5YzgwMmM2ZGY0Nzc5N2JiM2NhN2YmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.MY06102HP8feox8mvD5iVTq4JzYB4svZ110IjQmigyg)
(this was when I open the corresponding folder)
(this was when I click the
next frame
button>
, there are no more points...)The text was updated successfully, but these errors were encountered: