Conversation
Updated docker-compose-dev.yml to use a local image of the cvat server to keep it in version sync with the frontend
Quick fix to make it possible to turn off email notifications in dev
…d-ID-Interchange into cvat-uploader
…atics-Hub/Weed-ID-Interchange into cvat-uploader-cypress
Changed prod docker-compose.yml to build our own. Updated search/cvat commit to match the branch in .gitmodules
Bringing the cvat cypress tests into the submodule branch before creating a pull request
* ocfl migration as manage.py subcommand * Explicit relative import because it was breaking when called via manage.py in django * Moved the ocfl_migrate command to the correct place * The ocfl_migration command initialises the ocfl repository if it doesn't already exist * tasks.migrate_to_ocfl reindexes each dataset after migrating, and the command-line tool gives feedback on each dataset as it goes * Added check for when an incoming weedcoco.json has nothing in common with the dataset's images * Fixed a migration bug I introduced when I merged a bugfix branch to this one * Moved the test for weedcoco.json compatibility with earlier versions to the correct view Co-authored-by: Mike Lynch <[email protected]>
…-Hub/Weed-ID-Interchange into release-candidate-2.0
* add interval of checking status after submit * resolve conflict
* Remove reliance on EPPO download Fixes #590 Resolves #559 * Ensure no error in upload_status * Try to debug failed 'Set Form' * Move logging statement * This might set correct env * More logging * longer wait after Set Form * Fix flake8 issue from newer version * rm logging * Update search/django/weedid/views.py * fix: remove eppo cache path var * flake8 Co-authored-by: Henry Lydecker <[email protected]> Co-authored-by: Elevn Li <[email protected]>
… entity, zipfile and elasticsearch index) (#680) * backend module changes * add more constraint * add task and admin command * change default host value * hack cypress test * flake8
…ributors (#636) * Allow for more fields in category editor * Add possibility of subcategory to category name * Adapt tests for addition of mapping summary on accordion summary * fix * finally found this bug.. * fixe issues * add subcat to test case * fix test * more fix on cypress test * raise exception for category with the same name * remove apply button * frontend fix editing category * finally found this bug Co-authored-by: Elevn Li <[email protected]>
Last fixes
* Update README.md * Add Django build * Update README.md
* Create annotate.md * Update annotate.md * Update annotate.md
* Create user_guide.md * Update user_guide.md * Create README.md * Add files via upload * Create README.md * reorganize files * add new figures' * Update figure_weedai_dataflow.png * Update figure_weedai_dataflow.png * Update user_guide.md * fix an ancient spelling mistake
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Add annotation tab and user guide.