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

feature/add_roboflow_integration #275

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

SkalskiP
Copy link
Owner

@SkalskiP SkalskiP commented Sep 27, 2022

feature/add_roboflow_integration

Pre-flight checklist

  • Unit tests for all non-trivial changes
  • Tested locally
  • Updated wiki

Potential next steps

  • Use Roboflow REST to automatically fetch all model ids from your workspaces
  • Filter detections by confidence
  • Integrate Roboflow hosted API to allow remote inference

@codecov-commenter
Copy link

codecov-commenter commented Sep 27, 2022

Codecov Report

Merging #275 (c5b480e) into develop (855d8ed) will decrease coverage by 0.17%.
The diff coverage is 9.25%.

@@             Coverage Diff             @@
##           develop     #275      +/-   ##
===========================================
- Coverage    14.34%   14.17%   -0.18%     
===========================================
  Files          150      152       +2     
  Lines         4379     4446      +67     
  Branches       803      805       +2     
===========================================
+ Hits           628      630       +2     
- Misses        3605     3813     +208     
+ Partials       146        3     -143     
Impacted Files Coverage Δ
src/App.tsx 0.00% <0.00%> (ø)
src/data/enums/AIModel.ts 0.00% <ø> (ø)
src/data/enums/PopupWindowType.ts 100.00% <ø> (ø)
src/store/Actions.ts 100.00% <ø> (ø)
src/store/ai/actionCreators.ts 7.69% <0.00%> (-1.40%) ⬇️
src/store/ai/reducer.ts 36.84% <0.00%> (-4.34%) ⬇️
src/store/selectors/AISelector.ts 7.14% <0.00%> (-1.20%) ⬇️
.../EditorTopNavigationBar/EditorTopNavigationBar.tsx 0.00% <0.00%> (ø)
.../PopupView/GenericYesNoPopup/GenericYesNoPopup.tsx 0.00% <0.00%> (ø)
.../views/PopupView/LoadModelPopup/LoadModelPopup.tsx 0.00% <0.00%> (ø)
... and 49 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@SkalskiP SkalskiP self-assigned this Sep 27, 2022
@SkalskiP SkalskiP added this to In progress in make-sense beta via automation Sep 27, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
make-sense beta
In progress
Development

Successfully merging this pull request may close these issues.

None yet

2 participants