Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Sayan Deb Sarkar committed Jun 22, 2023
1 parent 3e7b300 commit 49ae3e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ We provide detailed results and comparisons here.
## TODO :soon:
- [X] ~~Add 3D Point Cloud Mosaicking~~
- [X] ~~Add Support For [EVA](https://github.com/cambridgeltl/eva)~~
- [ ] Add a demo for real-life point cloud testing
- [ ] Add usage on Predicted Scene Graphs
- [ ] Add scene graph alignment of local 3D scenes to prior 3D maps
- [ ] Add overlapping scene finder with a traditional retrieval method (FPFH + VLAD + KNN)
Expand Down
2 changes: 1 addition & 1 deletion configs/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@

# model param
_C.model = CN()
_C.model.rel_dim = 9
_C.model.rel_dim = 41
_C.model.attr_dim = 164
_C.model.alignment_thresh = 0.4

Expand Down

0 comments on commit 49ae3e1

Please sign in to comment.