ByteDance-Seed / ByteDance-Seed/Depth-Anything-3
CLI image processing error -reference_view_strategy should be ref_view_strategy
- Dominant language
- Python
- Stars
- 6.3k
- Forks
- 702
- PR merge metrics
- No merged PRs in 30d
Description
/content/depth-anything-3/src/depth_anything_3/cli.py:462 in images │
│ │
│ 459 │ │ process_res_method=process_res_method, │
│ 460 │ │ export_feat_layers=export_feat_layers, │
│ 461 │ │ use_ray_pose=use_ray_pose, │
│ ❱ 462 │ │ reference_view_strategy=reference_view_strategy, │
│ 463 │ │ conf_thresh_percentile=conf_thresh_percentile, │
│ 464 │ │ num_max_points=num_max_points, │
│ 465 │ │ show_cameras=show_cameras,
Contributor guide
No contributing guide indexed for this repository
Research direction
Open src/depth_anything_3/cli.py around line 462 in the images command and compare the reference_view_strategy argument with the expected ref_view_strategy name from the issue. Make the naming consistent so CLI image processing no longer reports this argument error, then run the images command to verify it proceeds past this call.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- cli
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 65/100