-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Data streaming using chunks #787
Closed
Closed
Changes from 124 commits
Commits
Show all changes
125 commits
Select commit
Hold shift + click to select a range
accc88b
add video stream feature
a048e4a
fix vscode settings
fcdb153
fix server part
54b2625
fix server part
403ccff
fix check is_ node part in frames.js
d18c69e
remove unnessosary modules. replave cvat-data with mini version
17d38a6
delete pttjpeg.js, update package-lock
e6eb0ce
add cvat-data to Dockerfile for tests
ea757cf
fising
f2a11ab
fix pr comments
043c625
fix pr comments
b7f8971
fix pr comments
6663dc8
delete unnecessary cvat-data.min.js
8eab70d
fix docs
5a28f81
fix problem with preview loading
be75b7e
fix deleting old frames, update files to min version
6b583ff
commit unpatched 3rdparty src and update diff
07863cd
tar -> zip
ab48d82
fixed config.backendAPI value for annotationUI
e810538
added new models, migrations
63155bc
updated cvat-core min
4326292
fixes
b3f9d58
fixes & create preview in migration
12305ec
fixed annotation layout
3eaf4dc
merge with last develop
69aa8a5
Merge pull request #1 from ygnn123/yg/mbranch
ygnn123 3ad96a5
extract frames form video by pyAV
572aa17
fixed start, stop , step filters for video
8deca39
save original images
d8eb30f
delete Data object if it has no related tasks
c05ca63
several fixes
dc42963
fix problems with idling loading, fix shift method
3e14f11
fix problem with last frame
5b8cc0b
fix problems with zip-images
a5791a4
Merge pull request #2 from ygnn123/yg/mbranch
ygnn123 ca0c694
fix merging problems
a2799db
Merge pull request #3 from ygnn123/yg/mbranch
ygnn123 f168b65
Merge branch 'develop' into develop
ygnn123 f879828
fix dockerfile
08fd03a
unified paths in image meta
98210b7
fixed pdf extractor
3e81d5d
Added migration for the auto_annotation models
4fdcbbe
copy -> move
6593435
Merge remote-tracking branch 'origin/develop' into az/migration
369a1bd
fixed migration
05b0004
decode frames based on chunk type
e7af854
try catch for migration
4b71c63
fixed build of cvat ui container
61ab2c6
migration improvement
c52be5a
fixed image drawing for annotation mode
f0ef4cc
Merge pull request #5 from azhavoro/fix_annotation_mode
ygnn123 2dc3211
fix problems with image play idle
6da262b
Merge pull request #4 from azhavoro/cvat_az_migration
ygnn123 033b635
fixed unit tests
41ca049
Merge pull request #6 from azhavoro/az/fix_unittests
ygnn123 7e0ee34
fix chunk loading
ec7bfaf
VideoExtractor:filter video stream only
a79455e
wip
b2050ec
working sample
5af9dd4
video media extractor: remove ffmpy and encode video chunks directly via
950e751
fixed import of MP4Reader
151651c
using worker for decoder
61fa2d0
cleanup
5e7488a
fix last frame loss
ea69acf
recompile decoder to increase memory size
2a58cbd
performance logs
c86bd85
fix filters
19103a2
fixed Broadway YUV->RGBA conversation
3539872
fixed preview creating
b5607ed
asm.js -> wasm
025506e
added cropImage function
9a2c04e
added mimetype for wasm ext
87cb87a
set crf=10 for original chunks
38ef91d
Merge remote-tracking branch 'develop' into h264
acbeb87
missed Decoder.js
600fef7
downscale compressed video chunks
ccdaf6d
move upscale to player (it works much faster)
75b8dde
two chunk types
6df2ed3
added flag to create tasks with zip chunks for video data
e5c1c86
fixed player
b644989
wip
5a9f335
couple of fixes
8a0ace3
uncomment downscaling
0511b6a
fixed player
776b6ed
removed comments
f75db83
fixed cleanup method
7c18c40
little code refactoring
dc6c319
added decoded frames cache limits
79bb02a
wip
3ca071c
added filtering of data chunk requests, fixes
e781938
fixed onmessage handler for archives
ffa0344
wip
4159269
refactored media_extractors
e0cda34
added zip media reader
abedac5
added direct zip reader
6a78dee
direct access to frames
b746e8d
changed REST API endpoints to get chunks, frames and preview. Also
2f112e0
removed jsmpeg
5720d73
enable cli tests,
3ae467a
merge cvat_develop into develop
ee8a74d
Merge remote-tracking branch 'cvat_dev/develop' into develop
387a6af
fixed auto_segmentation
388cb0c
fixed reid application
de80790
fixed datumaro
1ef8c9b
wip
9a691f5
Merge remote-tracking branch 'cvat_dev/develop' into develop
a1da83d
wip
ccbda7d
wip
1f25caa
added frame buffer
be881e8
Merge branch 'h264_frame_buffer' into develop
8cf272e
fix codacy issues
6da5100
fix codacy issues part1
7f01b6a
fix codacy issues part2
7c26da9
fix codacy issues part3
38503c7
fix codacy issues part4
60483a8
fix codacy issues part5
96f0dce
fix codacy issues part6
f00001f
fix codacy issues part7
375ef75
fix codacy issues part8
0c55566
fixed build
8ccb940
fixed incorect frameNumber resolve
2d7f075
fixed tests
8d46ec0
removed 'cache' form Data's path
5bb9062
re-enabled fast rewind
6d651b4
fixed tests
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 |
---|---|---|
@@ -1,4 +1,5 @@ | ||
exclude_paths: | ||
- '**/3rdparty/**' | ||
- '**/engine/js/cvat-core.min.js' | ||
- '**/engine/js/unzip_imgs.js' | ||
- CHANGELOG.md |
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
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
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.
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.
What is a reason to exclude the file from scanning?
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.
this is bundled and minified version of
cvat-data/src/js/unzip_imgs.js
which included to scanning.