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

update UI + latest yolov5 sources #15

Merged
merged 32 commits into from
May 7, 2021
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
980a554
merge latest version done, not tested
mkolomeychenko Apr 29, 2021
5aae1c8
split tabs with radio buttons
mkolomeychenko Apr 29, 2021
ee16e3f
models table -wip
mkolomeychenko Apr 29, 2021
dc8e78c
models table -wip
mkolomeychenko Apr 29, 2021
a878179
start split html template to parts
mkolomeychenko Apr 30, 2021
236e62d
ui refactoring
mkolomeychenko Apr 30, 2021
db61ef4
compile-template wip - paths confusion
mkolomeychenko Apr 30, 2021
2eae9b2
compile wip
mkolomeychenko Apr 30, 2021
3455a45
train/val splits
mkolomeychenko Apr 30, 2021
9591dd1
keep/ignore unlabeled images
mkolomeychenko Apr 30, 2021
89bddaa
models table
mkolomeychenko Apr 30, 2021
71c5710
training hyperparameters
mkolomeychenko May 4, 2021
88cb140
UI templates - done
mkolomeychenko May 4, 2021
5aacc66
unlabeled count in UI
mkolomeychenko May 5, 2021
e014b75
add adam optimizer
mkolomeychenko May 5, 2021
dfd58b1
convert_project to detection - works
mkolomeychenko May 5, 2021
0aec05b
start train/val splits
mkolomeychenko May 5, 2021
0072702
splits wip
mkolomeychenko May 5, 2021
8478e17
splits done, only simple tests
mkolomeychenko May 6, 2021
d65e4bc
splits validation
mkolomeychenko May 6, 2021
6bb0c91
data preprocessing - not tested
mkolomeychenko May 6, 2021
0433ae3
download weights - wip
mkolomeychenko May 7, 2021
55abdb5
init_script_arguments - not tested
mkolomeychenko May 7, 2021
050407a
init_script_arguments - not tested
mkolomeychenko May 7, 2021
88930f9
prepare weights - wip
mkolomeychenko May 7, 2021
2ab8ed1
not tested
mkolomeychenko May 7, 2021
3355946
add metrics period
mkolomeychenko May 7, 2021
6182567
set output
mkolomeychenko May 7, 2021
8b361b3
artifacts dirs
mkolomeychenko May 7, 2021
d790a2f
train_batches_uploaded flag
mkolomeychenko May 7, 2021
5aad4b1
pre-release for debug
mkolomeychenko May 7, 2021
52893b5
update config
mkolomeychenko May 7, 2021
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
update config
  • Loading branch information
mkolomeychenko committed May 7, 2021
commit 52893b57b37a088feeef0d23be0e802c2d605801
2 changes: 1 addition & 1 deletion supervisely/train/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@
"context_root": "Neural Networks",
"context_category": "YOLO v5"
},
"instance_version": "6.3.2"
"instance_version": "6.4.14"
}