Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new endpoints for workflows and prepare for future deprecation #336

Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
8fd4580
Add new endpoints for workflows and prepare for future deprecation
PawelPeczek-Roboflow Mar 27, 2024
d02756e
Make linter happy
PawelPeczek-Roboflow Mar 27, 2024
84c8d4e
Tweak SDK client implementation such that there is no problem with de…
PawelPeczek-Roboflow Mar 27, 2024
89c9183
Tweak docs
PawelPeczek-Roboflow Mar 27, 2024
e188bbe
Bump version
PawelPeczek-Roboflow Mar 27, 2024
8c905bf
Improve docs
PawelPeczek-Roboflow Mar 27, 2024
31be007
Add meta-descriptions of steps manifests
PawelPeczek-Roboflow Mar 27, 2024
f9a1368
Add definition of output kinds for entities
PawelPeczek-Roboflow Mar 27, 2024
8aed48e
Add endpoint to decsribe blocks
PawelPeczek-Roboflow Mar 27, 2024
1ea5752
Add endpoint to validate workflow specification
PawelPeczek-Roboflow Mar 28, 2024
4c3a0df
Get rid of dead code
PawelPeczek-Roboflow Mar 28, 2024
b139781
Add docs for fields in manifests
PawelPeczek-Roboflow Mar 28, 2024
775f970
Merge with fresh master
PawelPeczek-Roboflow Mar 29, 2024
d720c7b
Improve docs, add registered workflows into inference pipeline
PawelPeczek-Roboflow Mar 29, 2024
e396238
Add docs
PawelPeczek-Roboflow Mar 29, 2024
4682cec
Downgrade Annotated[] for py3.8
PawelPeczek-Roboflow Mar 29, 2024
faa7723
Make linter happy
PawelPeczek-Roboflow Mar 29, 2024
4b581f0
Improve docs
PawelPeczek-Roboflow Mar 29, 2024
77cf972
Improve sdk docs
PawelPeczek-Roboflow Mar 29, 2024
6caf827
Fix typo
PawelPeczek-Roboflow Apr 2, 2024
83b2f3d
Make linter happy
PawelPeczek-Roboflow Apr 2, 2024
383f413
Add docs with predictions decsription
PawelPeczek-Roboflow Apr 2, 2024
c827fa1
Get rid of workflow_name and put workflow_id instead
PawelPeczek-Roboflow Apr 2, 2024
384f3d5
Change detections into predictions in Crop step
PawelPeczek-Roboflow Apr 2, 2024
156016b
Add changes to naming convention of QR- and BarCode- detectors
PawelPeczek-Roboflow Apr 2, 2024
01b9a5f
Rename YoloWorld block
PawelPeczek-Roboflow Apr 3, 2024
2e2f150
Rename YoloWorld block
PawelPeczek-Roboflow Apr 3, 2024
864841b
Add alias of yoloworld
PawelPeczek-Roboflow Apr 3, 2024
de6e8de
Fix setup.py
PawelPeczek-Roboflow Apr 3, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add alias of yoloworld
  • Loading branch information
PawelPeczek-Roboflow committed Apr 3, 2024
commit 864841bbf357ac736a8dfd05fb30cbda46164243
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,7 @@ def anchor_image_detections_in_parent_coordinates(
"OCRModel": HOSTED_CORE_MODEL_URL,
"ClipComparison": HOSTED_CORE_MODEL_URL,
"YoloWorld": HOSTED_CORE_MODEL_URL,
"YoloWorldModel": HOSTED_CORE_MODEL_URL,
}


Expand Down
Loading