-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
merge robot and robot-sam, add leaderboard
Signed-off-by: hsj576 <[email protected]> add docstring for codes Signed-off-by: hsj576 <[email protected]> remove hardcore path and TEMP PRINT lines Signed-off-by: hsj576 <[email protected]>
- Loading branch information
Showing
75 changed files
with
578 additions
and
6,955 deletions.
There are no files selected for viewing
6 changes: 6 additions & 0 deletions
6
...entation-of-Cloud-Robotics/leaderboard-of-SAM-based-Edge-Cloud-Collaboration.md
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Leaderboard of SAM-based Edge-Cloud Collaboration | ||
|
||
|
||
| rank | algorithm | accuracy | Task_Avg_Acc | paradigm | basemodel | task_definition | task_allocation | unseen_sample_recognition | basemodel-learning_rate | basemodel-epochs | task_definition-origins | task_allocation-origins | unseen_sample_recognition-threhold | time | | ||
| :--: | :-------------------------: | :----------------: | :----------------: | :--------------: | :-------: | :--------------------: | :--------------------: | :-----------------------: | :---------------------: | :--------------: | :---------------------: | :---------------------: | :--------------------------------: | ------------------- | | ||
| 1 | sam_rfnet_lifelong_learning | 0.7052917006987501 | 0.6258875117354328 | lifelonglearning | BaseModel | TaskDefinitionByOrigin | TaskAllocationByOrigin | HardSampleMining | 0.0001 | 1 | ['front', 'garden'] | ['front', 'garden'] | 0.95 | 2023-08-24 12:43:19 | |
5 changes: 5 additions & 0 deletions
5
...-in-semantic-segmentation-of-Cloud-Robotics/leaderboard-of-lifelong-learning.md
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Leaderboard of lifelong learning | ||
|
||
| rank | algorithm | accuracy | BWT | FWT | paradigm | basemodel | task_definition | task_allocation | basemodel-learning_rate | basemodel-epochs | task_definition-origins | task_allocation-origins | time | | ||
| :--: | :---------------------: | :----------------: | :-----------------: | :-----------------: | :--------------: | :-------: | :--------------------: | :--------------------: | :---------------------: | :--------------: | :---------------------: | :---------------------: | :-----------------: | | ||
| 1 | rfnet_lifelong_learning | 0.5206033189775575 | 0.04239649121511442 | 0.02299711942108413 | lifelonglearning | BaseModel | TaskDefinitionByOrigin | TaskAllocationByOrigin | 0.0001 | 10 | ['front', 'garden'] | ['front', 'garden'] | 2023-05-24 15:07:57 | |
This file was deleted.
Oops, something went wrong.
38 changes: 0 additions & 38 deletions
38
examples/robot-sam/lifelong_learning_bench/testalgorithms/rfnet/RFNet/accuracy.py
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.