-
Notifications
You must be signed in to change notification settings - Fork 3
Rebase: scenic_dev #22
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
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… and geo info works fine as prototyppe
…functions needed; return the trajectory now in spatial temporal form
eeeeenchanted
approved these changes
Mar 4, 2022
…ata to drive + delete jupyter for mere + fix bug
Closed
chanwutk
added a commit
that referenced
this pull request
Jun 10, 2022
* set up initial test framework for scenic store * Use mongoDB for quick query in nuScenes dataset * Add box class * Update scenic_recognize to return two tables as discussed * scenic_recognize pass in a list of filenames & add frame num * Save object and camera to database * fix front end metadata view for scenic tables, query for trajectories and geo info works fine as prototyppe * write skeleton for the logic of overlay, most importantly the helper functions needed; return the trajectory now in spatial temporal form * export direct export and import tables from postgres * delete contaminated file * Remove frameId from trajectory table * transform 3d to 2d * fix a wrong tag and delete mongoclient * XinyiJi1: Doverlay, with bug of sql * fix bug * remove scenic_* prefix; prepare for combining the original and scenic world * replace world with scenic_world * clean up util * clean up video_util.py * clean up * fix errors from rebase * clean up insert_general_trajectory * Automated lint and format fixes * indent using spaces * clean up * add support for directly import all mini dataset, have uploaded the data to drive + delete jupyter for mere + fix bug Co-authored-by: YongmingFrankGe <frankge_1012@outlook.com> Co-authored-by: eeeeenchanted <597380714@qq.com> Co-authored-by: Jim Lin <b04705003@ntu.edu.tw> Co-authored-by: Github Actions Bot <apperception-actions-bot@users.noreply.github.com>
chanwutk
added a commit
that referenced
this pull request
Jun 10, 2022
* set up initial test framework for scenic store * Use mongoDB for quick query in nuScenes dataset * Add box class * Update scenic_recognize to return two tables as discussed * scenic_recognize pass in a list of filenames & add frame num * Save object and camera to database * fix front end metadata view for scenic tables, query for trajectories and geo info works fine as prototyppe * write skeleton for the logic of overlay, most importantly the helper functions needed; return the trajectory now in spatial temporal form * export direct export and import tables from postgres * delete contaminated file * Remove frameId from trajectory table * transform 3d to 2d * fix a wrong tag and delete mongoclient * XinyiJi1: Doverlay, with bug of sql * fix bug * remove scenic_* prefix; prepare for combining the original and scenic world * replace world with scenic_world * clean up util * clean up video_util.py * clean up * fix errors from rebase * clean up insert_general_trajectory * Automated lint and format fixes * indent using spaces * clean up * add support for directly import all mini dataset, have uploaded the data to drive + delete jupyter for mere + fix bug Co-authored-by: YongmingFrankGe <frankge_1012@outlook.com> Co-authored-by: eeeeenchanted <597380714@qq.com> Co-authored-by: Jim Lin <b04705003@ntu.edu.tw> Co-authored-by: Github Actions Bot <apperception-actions-bot@users.noreply.github.com>
chanwutk
added a commit
that referenced
this pull request
Jun 10, 2022
* set up initial test framework for scenic store * Use mongoDB for quick query in nuScenes dataset * Add box class * Update scenic_recognize to return two tables as discussed * scenic_recognize pass in a list of filenames & add frame num * Save object and camera to database * fix front end metadata view for scenic tables, query for trajectories and geo info works fine as prototyppe * write skeleton for the logic of overlay, most importantly the helper functions needed; return the trajectory now in spatial temporal form * export direct export and import tables from postgres * delete contaminated file * Remove frameId from trajectory table * transform 3d to 2d * fix a wrong tag and delete mongoclient * XinyiJi1: Doverlay, with bug of sql * fix bug * remove scenic_* prefix; prepare for combining the original and scenic world * replace world with scenic_world * clean up util * clean up video_util.py * clean up * fix errors from rebase * clean up insert_general_trajectory * Automated lint and format fixes * indent using spaces * clean up * add support for directly import all mini dataset, have uploaded the data to drive + delete jupyter for mere + fix bug Co-authored-by: YongmingFrankGe <frankge_1012@outlook.com> Co-authored-by: eeeeenchanted <597380714@qq.com> Co-authored-by: Jim Lin <b04705003@ntu.edu.tw> Co-authored-by: Github Actions Bot <apperception-actions-bot@users.noreply.github.com>
chanwutk
added a commit
that referenced
this pull request
Jun 10, 2022
* set up initial test framework for scenic store * Use mongoDB for quick query in nuScenes dataset * Add box class * Update scenic_recognize to return two tables as discussed * scenic_recognize pass in a list of filenames & add frame num * Save object and camera to database * fix front end metadata view for scenic tables, query for trajectories and geo info works fine as prototyppe * write skeleton for the logic of overlay, most importantly the helper functions needed; return the trajectory now in spatial temporal form * export direct export and import tables from postgres * delete contaminated file * Remove frameId from trajectory table * transform 3d to 2d * fix a wrong tag and delete mongoclient * XinyiJi1: Doverlay, with bug of sql * fix bug * remove scenic_* prefix; prepare for combining the original and scenic world * replace world with scenic_world * clean up util * clean up video_util.py * clean up * fix errors from rebase * clean up insert_general_trajectory * Automated lint and format fixes * indent using spaces * clean up * add support for directly import all mini dataset, have uploaded the data to drive + delete jupyter for mere + fix bug Co-authored-by: YongmingFrankGe <frankge_1012@outlook.com> Co-authored-by: eeeeenchanted <597380714@qq.com> Co-authored-by: Jim Lin <b04705003@ntu.edu.tw> Co-authored-by: Github Actions Bot <apperception-actions-bot@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Rebase scenic_dev (#16) to dev (#5)