-
Notifications
You must be signed in to change notification settings - Fork 13
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
Dev/repair develop #270
Closed
Closed
Dev/repair develop #270
Changes from 4 commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
467149e
formatting problems
JonasFrey96 a4268d3
improved feature extraction node to cont. log
JonasFrey96 81825ba
added valid nodes to state - dino working
JonasFrey96 42055b6
integrated anomaly detection
JonasFrey96 018310b
Add fix to also extract labels with python Bagtransformer
RobinSchmid7 5be5be7
Do not use dropout, use 384 dim feat vector, no non-linear projection…
RobinSchmid7 70e2a25
Fixes to loss, traversability estimation
RobinSchmid7 5385241
Fix camera yaml files
RobinSchmid7 d33f610
Added comments, changes to default rnvp config
RobinSchmid7 d2283e2
Changed resolution to 224
RobinSchmid7 12bb9df
finalize PR
JonasFrey96 1cacd24
fixed sampling the batch
JonasFrey96 85d2103
started to update the confidence generator
JonasFrey96 112aa61
Fixes to recent commits
RobinSchmid7 70e49f2
Add DINO dim param
RobinSchmid7 19ba166
Add DINO dim param
RobinSchmid7 89746f6
Remove mean kernel, did not help
RobinSchmid7 b11a435
updates for dodo
2877f28
Remove unnecessary libraries, added visu for learning trajectory
RobinSchmid7 9030cd2
:Merge branch 'dev/repair_develop' of github.com:leggedrobotics/wild_…
RobinSchmid7 274768c
Robot changes
df1116f
Added replay function for wide angle camera
RobinSchmid7 d1a4044
Change visu color of overlay
RobinSchmid7 cf7e0d7
Update rviz layout
RobinSchmid7 9a43494
Merge branch 'dev/repair_develop' into dev/repair_develop_robot
RobinSchmid7 6a58467
Merge pull request #278 from leggedrobotics/dev/repair_develop_robot
RobinSchmid7 a5abfc9
New procman
JonasFrey96 5fab913
Change procman script
JonasFrey96 b8dd68f
Merge branch 'dev/repair_develop' of github.com:leggedrobotics/wild_v…
JonasFrey96 04a58b7
Add recording yaml
JonasFrey96 ce6f3b2
Remove unnecessary param
RobinSchmid7 e015a7d
Add missing dep, fix default overlay param, add procman replay, add r…
RobinSchmid7 4f72574
Fix overlay, fix elevation map semantic layer
RobinSchmid7 ecb4191
Add new rviz for dodo
RobinSchmid7 498d18f
Add semantic elevation map for anymal D config
RobinSchmid7 4430fd8
Add semantic elevation map for anymal D config
RobinSchmid7 4f2d0d6
Changed rviz
RobinSchmid7 4fe42cc
Changes from jetson
91fccea
Merge branch 'dev/repair_develop' of github.com:leggedrobotics/wild_v…
929beb2
Cleanup procman and yaml files
RobinSchmid7 8602f1d
Rechange color
RobinSchmid7 e32a91f
Fix running mean
RobinSchmid7 ad1a69b
Added moving average
RobinSchmid7 fa0c7cf
Added moving average
RobinSchmid7 892a2da
Fix running mean, change some configs
RobinSchmid7 e7e5e69
Fix running mean, change some configs
RobinSchmid7 f10882f
Add HDR cam to recording yaml file
144463b
Fix merge
fb9d35f
Change rviz config
RobinSchmid7 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 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
from .simple_mlp import SimpleMLP, DoubleMLP | ||
from .simple_gcn import SimpleGCN | ||
from .linear_rnvp import LinearRnvp | ||
from .network_register import get_model |
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.
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.
Did smoothening feature help in some cases?