-
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
[GSoC'24] Consensus annotation #8434
base: develop
Are you sure you want to change the base?
Conversation
… into consensus-job
Creating Consensus Job
… into consensus_testcases
…to gsoc/consensus-feature
[GSoC'24] Update GSoC Consensus Feature
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
#7973 Adding test cases for consensus features ### Checklist <!-- Go over all the following points, and put an `x` in all the boxes that apply. If an item isn't applicable for some reason, then ~~explicitly strikethrough~~ the whole line. If you don't do that, GitHub will show incorrect progress for the pull request. If you're unsure about any of these, don't hesitate to ask. We're here to help! --> ~- [ ] I submit my changes into the `develop` branch~ ~- [ ] I have created a changelog fragment <!-- see top comment in CHANGELOG.md -->~ ~- [ ] I have updated the documentation accordingly~ - [x] I have added tests to cover my changes - [x] I have linked related issues (see [GitHub docs]( https://help.github.com/en/github/managing-your-work-on-github/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword)) ~- [ ] I have increased versions of npm packages if it is necessary ([cvat-canvas](https://github.com/cvat-ai/cvat/tree/develop/cvat-canvas#versioning), [cvat-core](https://github.com/cvat-ai/cvat/tree/develop/cvat-core#versioning), [cvat-data](https://github.com/cvat-ai/cvat/tree/develop/cvat-data#versioning) and [cvat-ui](https://github.com/cvat-ai/cvat/tree/develop/cvat-ui#versioning))~ ### License - [x] I submit _my code changes_ under the same [MIT License]( https://github.com/cvat-ai/cvat/blob/develop/LICENSE) that covers the project. Feel free to contact the maintainers if that's a concern. --------- Co-authored-by: Dmitrii Lavrukhin <dmitrii.lavrukhin@cvat.ai> Co-authored-by: Rodrigo Agundez <rragundez@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Boris Sekachev <boris.sekachev@yandex.ru> Co-authored-by: Kirill Lakhov <kirill.9992@gmail.com> Co-authored-by: smit <90560950+smit9924@users.noreply.github.com> Co-authored-by: Roman Donchenko <roman@cvat.ai> Co-authored-by: cvat-bot[bot] <147643061+cvat-bot[bot]@users.noreply.github.com> Co-authored-by: Andrey Zhavoronkov <andrey@cvat.ai> Co-authored-by: Maxim Zhiltsov <zhiltsov.max35@gmail.com> Co-authored-by: Maria Khrustaleva <maria@cvat.ai>
Update consensus to develop
Hello @zhiltsov-max ,
216.5 gcc: internal compiler error: Illegal instruction signal terminated program as
216.5 Please submit a full bug report,
216.5 with preprocessed source if appropriate.
216.5 See <file:///usr/share/doc/gcc-11/README.Bugs> for instructions.
216.5 make: *** [ffbuild/common.mak:59: libavformat/isom.o] Error 4
[+] Running 0/1 Waiting for unfinished jobs....
⠧ Service cvat_server Building 221.7s
failed to solve: process "/bin/sh -c curl -sL https://ffmpeg.org/releases/ffmpeg-${FFMPEG_VERSION}.tar.gz --output - | tar -zx --strip-components=1 && ./configure --disable-nonfree --disable-gpl --enable-libopenh264 --enable-shared --disable-static --disable-doc --disable-programs --prefix=\"${PREFIX}\" && make -j5 && make install && make clean" did not complete successfully: exit code: 2 |
…onsensus-feature
@Viditagarwal7479, yes, it compiles and runs without problems on my machine. The error looks like it can be something specific to your CPU or platform. Please try to launch outside of the containers or maybe change GCC version for the build. |
Added merge plan in the description. |
Thank You, removing ffmpeg and ffmpeg4 installed by |
Aren't this 2 already implemented? What more params are you looking for related to the merge conflicts? |
#8895 in this PR I have updated the |
Update `gsoc/consensus-feature` with `develop` and update `schema.yml`
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Motivation and context
Depends on #8283, #8401
Closes #7973
Merge plan:
How has this been tested?
Checklist
develop
branch(cvat-canvas,
cvat-core,
cvat-data and
cvat-ui)
License
Feel free to contact the maintainers if that's a concern.
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Style
Tests