-
-
Notifications
You must be signed in to change notification settings - Fork 61
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
Model creation #301
Draft
jeafreezy
wants to merge
57
commits into
hotosm:develop
Choose a base branch
from
jeafreezy:model-creation
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Model creation #301
Changes from 22 commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
26bd4a5
feat: implemented layouts and progress bar
jeafreezy 3d30c54
fix: fixed typescript bug
jeafreezy 6d49ade
fix: transferred file download to the browser
jeafreezy 1169f5e
chore: reverting back to previous implementation
jeafreezy d53d320
chore: progress ...
jeafreezy 90a169f
chore: updated model details design
jeafreezy 5ecd04b
chore: heavy progress
jeafreezy 323d24e
chore: linting
jeafreezy e294a1e
fix: fixed typescript bug
jeafreezy b076646
chore: validations
jeafreezy 30a9479
chore: progres...
jeafreezy cd2cef9
chore: fixed typescript bug
jeafreezy 4d28c94
completed geojson upload, zoom to aoi, delete, layer swich and more
jeafreezy 37c3186
chore: fixed typescript bug
jeafreezy 45fc8f8
chore: removed buildinfo
jeafreezy 99f6220
chore: completed creation flow
jeafreezy efd61e4
chore: fixed typescript bug
jeafreezy f325aba
chore: fixed ts bug
jeafreezy 6844a58
chore: fixed redirection upon creation
jeafreezy 2f410cb
chore: sync with fixes branch
jeafreezy ab76c2a
Merge branch 'develop' into model-creation
jeafreezy a3f233e
chore: synced with develop
jeafreezy 4a097b7
chore: housekeeping: removed toast provider
jeafreezy e5cc5d2
chore: fixed tms bbox bug
jeafreezy b654289
chore: updated tms regex pattern
jeafreezy 3929229
chore: fixed redirection bug after creation, added tms tilename to su…
jeafreezy dc803d4
chore: training area map bug fixe
jeafreezy af9bec6
feat: housekeeping + model creation completed
jeafreezy c6a8bf5
chore: added docs
jeafreezy 7af23cc
feat: model details editing
jeafreezy 2b42f4d
chore: housekeeping + prepping for testing
jeafreezy 7ba5b10
fix: fixed bug in training aoi labels download
jeafreezy bebebd7
chore: added timeout to form state reset
jeafreezy 8f18411
fix: fixed propation bug in tooltip
jeafreezy 2943862
chore: added id to training dataset and descending ordering by id
jeafreezy 7cc6422
chore: enabled layer control for training labels, added background co…
jeafreezy 7ba01ab
chore: fixed JSOM bug
jeafreezy 7557754
chore: fixed zoom level order
jeafreezy 31c9b4e
chore: fixed training accuracy image link
jeafreezy ef64464
chore: updated training settings with new configurations
jeafreezy 06d6eb4
added advanced training settings for yolov8
jeafreezy 4b74486
chore: fixed bug in error toast
jeafreezy 0402ece
chore: added description to basemodels:
jeafreezy 85333f2
chore: styled the training area AOI
jeafreezy 6c1cfa2
chore: added aoi area size to file upload modal
jeafreezy a414fe4
chore: restyled toasts
jeafreezy 249baac
chore: switched to session storage
jeafreezy 5e866fb
chore: training area validations
jeafreezy aaea0db
chore: delayed model files retrieval
jeafreezy 23eef78
chore: fixed typescript bugs
jeafreezy b42a23c
chore: added dataset name to model card + progress with model setting…
jeafreezy 2129027
chore: made zoom 19 selected by default
jeafreezy 0428f40
chore: updated 0 sec text to just now after fetching labels and incre…
jeafreezy fc46437
chore: added validation to training settings input
jeafreezy 48f34a2
revert confirmation page after training settings validation
jeafreezy a192d79
chore: made terradraw rectangle style to match training area aoi
jeafreezy 8a4515e
chore: fixed training area leayout
jeafreezy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,3 +22,6 @@ dist-ssr | |
*.njsproj | ||
*.sln | ||
*.sw? | ||
|
||
tsconfig.app.tsbuildinfo | ||
tsconfig.node.tsbuildinfo |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jeafreezy the amount of dependencies is increasing rapidly, let's just make sure we are using community supported libs
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Roger that.
Thanks for your concern @omranlm . The new additions are:
Some suggestions:
The top three can be delegated to the backend later in the future, therefore eliminating the dependencies.
Rest assured, I will ensure all dependencies are community-supported libs and lightweight.