-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4000c0d
commit c28e706
Showing
12 changed files
with
241 additions
and
1,142 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,10 @@ | ||
## GSLoc-Slam | ||
[ ] clean config in base.py | ||
[x] clean config in base.py | ||
1. tracking | ||
1. [x] normalize pcd and pose via PCA | ||
2. [x] update depth_gt with a proper method | ||
3. [x] loss with depth and edge and normals | ||
4. [x] find an early stop condition !!! -> total loss and later than 100 step | ||
5. [ ] sync data shape and avoid too much middle vars through backward | ||
5. [x] sync data shape and avoid too much middle vars through backward | ||
6. [x] total dataset eval | ||
|
||
6. [ ] total dataset eval | ||
1. [x] simply | ||
2. [ ] add gs.add_gs method |
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
Oops, something went wrong.