Skip to content

Commit

Permalink
added support for eval code
Browse files Browse the repository at this point in the history
  • Loading branch information
TychoBomer committed Feb 15, 2025
1 parent e491c41 commit 6b93097
Show file tree
Hide file tree
Showing 15 changed files with 655 additions and 61 deletions.
Empty file added GroundingDINO/__init__.py
Empty file.
2 changes: 1 addition & 1 deletion configurations/sam2_configs/sam2_hiera_s.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ model:


# compilation settings
compile_image_encoder: true
compile_image_encoder: false
compile_memory_encoder: false
compile_memory_attention: false
compile_prompt_encoder: false
Expand Down
6 changes: 3 additions & 3 deletions configurations/sam2_zed_small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ sam2:
model_cfg: "sam2_configs/sam2_hiera_s.yaml"

camera:
connection_type: "id"
connection_type: "svo"
serial_number: 0
svo_input_filename: "./output/output.svo2"
svo_input_filename: "./output/bottle_aruco_720.svo2"
sender_ip: "127.0.0.1"
port: 30000
depth_mode: "NEURAL"
resolution: "HD720"
resolution: "HD1080"
coordinate_units: "MILLIMETER"
camera_fps: 30
depth_min_distance: 100
Expand Down
Binary file modified output/norm_depth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/output.mp4
Binary file not shown.
Binary file modified output/output_depth.mp4
Binary file not shown.
Binary file modified output/refined_depth.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified output/test.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 6b93097

Please sign in to comment.