Skip to content

Commit

Permalink
merge robot and robot-sam, add leaderboard
Browse files Browse the repository at this point in the history
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
hsj576 committed Oct 31, 2023
1 parent a497002 commit f6c5d67
Show file tree
Hide file tree
Showing 75 changed files with 578 additions and 6,955 deletions.
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 |
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 |
149 changes: 0 additions & 149 deletions examples/robot-sam/lifelong_learning_bench/README.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit f6c5d67

Please sign in to comment.