-
Notifications
You must be signed in to change notification settings - Fork 3.2k
[vizualizer] for LeRobodDataset V2 #576
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
Changes from 36 commits
Commits
Show all changes
37 commits
Select commit
Hold shift + click to select a range
04656bd
add hmtl changes
mishig25 0a9d8d7
use .meta properties
mishig25 283a675
correct html template
mishig25 27bf982
fix dim keys
mishig25 cc474f0
dataset["features"]
mishig25 b360f22
Revert "fix dim keys"
mishig25 ae2c617
fix meta keys
mishig25 8598d14
format
mishig25 5af2871
fix padding
mishig25 d4bc181
fix filenames
mishig25 40164d1
fix meta version
mishig25 3d5ed47
debug
mishig25 545b1bb
fix cache
mishig25 51c6cdf
fix cache more
mishig25 4032783
debug
mishig25 4d8d44c
use pandas directly
mishig25 39d5aa4
less diff with main
mishig25 6a432dd
use namespace
mishig25 ca5a721
doc
mishig25 d51cf86
more dot notation
mishig25 09eac27
more dot notation
mishig25 03c35ee
correct task index
mishig25 4ac7738
pass column motor names
mishig25 9738dba
generalize columns in html
mishig25 7e82572
fix field motors names
mishig25 c427d71
refactor columns logic
mishig25 05e778a
Merge branch 'main' into v2_dataset_viz
mishig25 8cfac30
rm unused time_param = all_params["t"]
mishig25 84a0baa
rm dev
mishig25 48c2254
ruff check --fix
mishig25 5e14006
use row labels
mishig25 832ae0c
fix wrap
mishig25 42812df
rm unneeded test
mishig25 cdd032c
rm debug
mishig25 de382d6
better v2 error msg
mishig25 d605f0c
fix image_keys
mishig25 c425bd8
use python3.10> types
mishig25 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nit: since we're using python >=3.10 we don't need
typing.Dictand we can type-hint directly withdict.Similarly,
typing.Iteratoris deprecated and can be replaced bycollections.abc.IterableThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
handled in c425bd8