2976 Commits (4e3d81ccae6d7b827cbbadf615b50674633dc3ba)
 

Author SHA1 Message Date
Boris Sekachev eac18ff911 Release 0.2.0 (#64)
* Move function from closure to class method
* Bug has been fixed: Failed to execute 'inverse' on 'SVGMatrix': The matrix is not invertible
* Performance of frame changing has been increased due to UI containers had detached from DOM before their items were created
* Bug has been fixed: Defiant doesn't support dash (-) in xpath nodes (#53)
* Data validation on client and server (#51)
* Migration files have been added (#59)
* Big int migration file has been rewritten with Django syntax (#60)
* Some memory leaks have been fixed (#61)
8 years ago
Boris Sekachev badddeb07f Some memory leaks have been fixed (#61)
* svg.selectize.js memory leaks have been fixed
8 years ago
Boris Sekachev 05e6e331d2 Big int migration file has been rewritten with Django syntax (#60) 8 years ago
Boris Sekachev d1b20d6dcf Polygon edit method (#57)
* Editor for polylines
* Polyshape editing for points
* Ability to exit from edit mode by right click (if no points)
* Slice approach have been added for polyshape creating
8 years ago
Boris Sekachev 7c3f20a443 Migration files have been added (#59)
Fixed problems with "integer out of range" for trackedbox (int -> bigint)
8 years ago
Boris Sekachev 6e64bb31f2
Data validation on client and server (#51)
* Data validation on client and server
* Consistent uploading methods for task and for job
8 years ago
Boris Sekachev 72e5bf6661 Bug has been fixed: filename extension in annotation file differ by s… (#55)
* Bug has been fixed: filename extensions in annotation file differ by source filename extension
8 years ago
Boris Sekachev 5a369a9e52 Bug has been fixed: Defiant doesn't support dash (-) in xpath nodes (#53) 8 years ago
Boris Sekachev 89cb5eb169
Merge pull request #46 from opencv/change_frame_optimization_1.5-2x
Performance of frame changing has been increased due to UI containers…
8 years ago
Boris Sekachev a6db3a4abd Performance of frame changing has been increased due to UI containers had detached from DOM before their items were created 8 years ago
azhavoro 4c3046c4a9
Merge pull request #45 from opencv/inverse_svg_matrix_bug
Bug has been fixed: Failed to execute 'inverse' on 'SVGMatrix': The m…
8 years ago
Boris Sekachev 2dd868052a Bug has been fixed: Failed to execute 'inverse' on 'SVGMatrix': The matrix is not invertible 8 years ago
Boris Sekachev d83f77f7e3
Merge pull request #42 from opencv/segm_publ_branch
Move function from closure to class method
8 years ago
Boris Sekachev 96f38026a7 Move function from closure to class method 8 years ago
Nikita Manovich a50b4cc144 Moved development on public github.
- changed Content-type for save_job request to application/json, object…
- Adopted public PR - PASCAL VOC converter
- Added convert_to_mask.py script
- Fixed player continue plaing at the end of video, lock for editable object broke the client
- Same colors for shapes and menus, ability to change color for label or group
- Undo redo
- Added license header for all files
- Added .gitattributes file (critical for bash scripts)
- Fixed "Don't delete tasks if a user is deleted"
- More strict check for 'checkbox' and 'number' values
- Added convert_to_coco.py script
- Job statistic were extended. Blowradius was removed
- More strict labels verification
- Drag polygons by requirement, norm stroke opacity, easy box dragging
- Drawing with mouse outside the image area
- Fixed 7z support
- Boundig box size in drawer, switcheable grid
- Split tracks feature
- Fix flip parsing
- Update color set & color by label feature
- Add point for polygons feature
- Added context menu
- Polyshapes
8 years ago
Nikita Manovich e7fba70c8e
Merge pull request #9 from syonekura/feature/pascal_voc_converter
Feature/pascal voc converter
8 years ago
Sebastian Yonekura 52d2149eb4 unit testing, warns when using interpolation xml's or images with annotations different than bounding boxes 8 years ago
Sebastian Yonekura 4665e38d37 fix contributors file, re-arranges scripts structure and requirements 8 years ago
Sebastian Yonekura 6f6c271ec3 adds documentation and contributor 8 years ago
syonekura 7d3a673d6a adds cvat xml to pascal voc formatter 8 years ago
syonekura d1752914f5 adds cvat xml to pascal voc formatter 8 years ago
Nikita Manovich c579ba2319
Merge pull request #27 from JulianWgs/fix_import_RGBA
enable the import of picture with alpha channel
8 years ago
Julian Wagenschütz e4230f7a61 enable the import of picture with alpha channel
- jpg doesnt support alpha channels
 - when importing pictures with alpha channel error shows up
 -- "Could not create the task. OSError: cannot write mode RGBA as JPEG"
 - fix error by converting "RGBA" to "RGB" before saving image
8 years ago
Nikita Manovich dea27248c2 Release 0.1.2
* Fixed 7z support. (#235)
* Added 'Development Environment' into CONTRIBUTING.md
* More strict verification for labels with attributes.
* More strict check for values of checkbox/number type of attributes.
* Added .vscode/launch.json

Changes:
- Fixed https://github.com/opencv/cvat/issues/14 (docker-compose down command as written in the readme does not remove volumes)
- Fixed https://github.com/opencv/cvat/issues/15 (All checkboxes in temporary attributes are checked when reopening job after saving the job)
- Fixed https://github.com/opencv/cvat/issues/18 (Extend contributing.md)
- Fixed https://github.com/opencv/cvat/issues/19 (Using the same attribute for label twice -> Stuck)
8 years ago
Nikita Manovich e8b2c40330 Release 0.1.1
* video from share hotfix & dump hotfix
    * Added contributors
    * Added screenshot, documentation, screencasts into README.md
    * Fixed GitHub documentation
8 years ago
Nikita Manovich eb9fba3685 Release 0.1.0 8 years ago