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

DL models as serverless functions #1767

Merged
merged 133 commits into from
Jul 29, 2020
Merged

DL models as serverless functions #1767

merged 133 commits into from
Jul 29, 2020

Commits on Apr 21, 2020

  1. Initial experiments with nuclio

    Nikita Manovich committed Apr 21, 2020
    Configuration menu
    Copy the full SHA
    583deca View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Update nuclio prototype

    Nikita Manovich committed Apr 22, 2020
    Configuration menu
    Copy the full SHA
    f9c58e6 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2020

  1. Improve nuclio prototype for dextr.

    Nikita Manovich committed Apr 23, 2020
    Configuration menu
    Copy the full SHA
    2920c5b View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    0fa76fb View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2020

  1. Dummy lambda manager

    Nikita Manovich committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    2a76d71 View commit details
    Browse the repository at this point in the history
  2. OpenFaaS prototype (dextr.bin and dextr.xml are empty).

    Nikita Manovich committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    13978ec View commit details
    Browse the repository at this point in the history
  3. Moved openfaas prototype.

    Nikita Manovich committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    0cd4127 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    638ae73 View commit details
    Browse the repository at this point in the history
  5. Add comments

    Nikita Manovich committed Apr 25, 2020
    Configuration menu
    Copy the full SHA
    d089f49 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Add serializers and HLD for lambda_manager

    Nikita Manovich committed Apr 26, 2020
    Configuration menu
    Copy the full SHA
    3481721 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2020

  1. Configuration menu
    Copy the full SHA
    096eb2d View commit details
    Browse the repository at this point in the history

Commits on May 6, 2020

  1. Initial version of Mask RCNN (without debugging)

    Nikita Manovich committed May 6, 2020
    Configuration menu
    Copy the full SHA
    144f7be View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e85f4b7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2020

  1. Initial version for faster_rcnn_inception_v2_coco

    Nikita Manovich committed May 9, 2020
    Configuration menu
    Copy the full SHA
    e0f3aea View commit details
    Browse the repository at this point in the history
  2. Fix faster_rcnn_inception_v2_coco

    Nikita Manovich committed May 9, 2020
    Configuration menu
    Copy the full SHA
    af5dda4 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2020

  1. Implemented mask_rcnn_inception_resnet_v2_atrous_coco

    Nikita Manovich committed May 10, 2020
    Configuration menu
    Copy the full SHA
    6d061fc View commit details
    Browse the repository at this point in the history

Commits on May 11, 2020

  1. Implemented yolo detector as a lambda function

    Nikita Manovich committed May 11, 2020
    Configuration menu
    Copy the full SHA
    8dbfeb9 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2020

  1. Configuration menu
    Copy the full SHA
    b9c7a86 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

  1. Removed dextr app.

    Nikita Manovich committed May 18, 2020
    Configuration menu
    Copy the full SHA
    bb92b4a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f9cfdf8 View commit details
    Browse the repository at this point in the history
  3. Added types for each function (detector and interactor)

    Nikita Manovich committed May 18, 2020
    Configuration menu
    Copy the full SHA
    fd06913 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2020

  1. Configuration menu
    Copy the full SHA
    985aa6d View commit details
    Browse the repository at this point in the history

Commits on May 20, 2020

  1. Initial version of lambda_manager.

    Nikita Manovich committed May 20, 2020
    Configuration menu
    Copy the full SHA
    d79646a View commit details
    Browse the repository at this point in the history
  2. Implement a couple of methods for lambda:

    GET /api/v1/lambda/functions
    GET /api/v1/lambda/functions/public.dextr
    Nikita Manovich committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4ec9da9 View commit details
    Browse the repository at this point in the history

Commits on May 28, 2020

  1. Configuration menu
    Copy the full SHA
    55aeb80 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Configuration menu
    Copy the full SHA
    5930d07 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2020

  1. First working version of dextr serverless function

    Nikita Manovich committed May 31, 2020
    Configuration menu
    Copy the full SHA
    666e71c View commit details
    Browse the repository at this point in the history
  2. First version of dextr which works in UI.

    Nikita Manovich committed May 31, 2020
    Configuration menu
    Copy the full SHA
    c160941 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2020

  1. Modify omz.public.faster_rcnn_inception_v2_coco

    - image decoding
    - restart policy always for the function
    Nikita Manovich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    86f9ab2 View commit details
    Browse the repository at this point in the history
  2. Improve omz.public.mask_rcnn_inception_resnet_v2_atrous_coco

    Nikita Manovich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    b7c4768 View commit details
    Browse the repository at this point in the history
  3. Improve omz.public.yolo-v3-tf function

    Nikita Manovich committed Jun 1, 2020
    Configuration menu
    Copy the full SHA
    6b232d6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    737ccce View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2020

  1. Configuration menu
    Copy the full SHA
    be16027 View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2020

  1. First working version of POST /api/v1/lambda/requests

    Nikita Manovich committed Jun 11, 2020
    Configuration menu
    Copy the full SHA
    3b44879 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2020

  1. Configuration menu
    Copy the full SHA
    67c3337 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2020

  1. Updated specification of function.yaml (added labels and used annotat…

    …ions section).
    Nikita Manovich committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    220d905 View commit details
    Browse the repository at this point in the history
  2. Added health check for containers (nuclio dashboard feature)

    Nikita Manovich committed Jun 17, 2020
    Configuration menu
    Copy the full SHA
    aea4665 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5d1d775 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2020

  1. Configuration menu
    Copy the full SHA
    30d4579 View commit details
    Browse the repository at this point in the history
  2. Read labels spec from function.yaml.

    Nikita Manovich committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    9490d1a View commit details
    Browse the repository at this point in the history
  3. Added settings for NUCLIO

    Nikita Manovich committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    ed19ccf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    393e631 View commit details
    Browse the repository at this point in the history
  5. Fixed a couple of typos. Now it works in most cases.

    Nikita Manovich committed Jun 18, 2020
    Configuration menu
    Copy the full SHA
    b103703 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2020

  1. Remove Plugin REST API

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    fc3d6c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ff6d89e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7a84e4c View commit details
    Browse the repository at this point in the history
  4. Remove tf_annotation and cuda components

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    093e4e7 View commit details
    Browse the repository at this point in the history
  5. Cleanup docs and Dockerfile from CUDA component.

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    31858e9 View commit details
    Browse the repository at this point in the history
  6. Just renamed directories inside serverless

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    88fed71 View commit details
    Browse the repository at this point in the history
  7. Remove redundant files and code

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    38fd4e3 View commit details
    Browse the repository at this point in the history
  8. Remove redundant files.

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    a396822 View commit details
    Browse the repository at this point in the history
  9. Remove outdated files

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    b04407e View commit details
    Browse the repository at this point in the history
  10. Remove outdated code

    Nikita Manovich committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    f518ba8 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    d0b5cfb View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Model list in UI.

    Nikita Manovich committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    66711b8 View commit details
    Browse the repository at this point in the history
  2. Fixed the framework name (got it from lambda function).

    Nikita Manovich committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    92463af View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Add maxRequestBodySize for functions, remove redundant code from UI f…

    …or auto_annotation.
    Nikita Manovich committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    54f64e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fa89f96 View commit details
    Browse the repository at this point in the history
  3. Update view of models page.

    Nikita Manovich committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    e136827 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2020

  1. Unblock mapping for "primary" models.

    Nikita Manovich committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    61d20ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5317e62 View commit details
    Browse the repository at this point in the history
  3. Implement cleanup flag for lambda/requests and labeling mapping for f…

    …unctions.
    Nikita Manovich committed Jun 23, 2020
    Configuration menu
    Copy the full SHA
    cfaf97f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    461a4de View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2020

  1. Fix invocation of functions in docker container.

    Nikita Manovich committed Jun 24, 2020
    Configuration menu
    Copy the full SHA
    459aeaa View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2020

  1. Fix Dockerfile.ci

    Nikita Manovich committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    fd6ba2f View commit details
    Browse the repository at this point in the history
  2. Remove unused files from lambda_manager

    Nikita Manovich committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    e14705e View commit details
    Browse the repository at this point in the history
  3. Fix codacy warnings

    Nikita Manovich committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    32d4c59 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2020

  1. Fix codacy issues.

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c8b26f9 View commit details
    Browse the repository at this point in the history
  2. Fix codacy warnings

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    102a4e3 View commit details
    Browse the repository at this point in the history
  3. Implement progress and cancel (aka delete) operation.

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3652922 View commit details
    Browse the repository at this point in the history
  4. Send annotations in batch.

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    3c43b9d View commit details
    Browse the repository at this point in the history
  5. Fix UI. Now it can retrieve information about inference requests in p…

    …rogress.
    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    793b661 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4528763 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    b839fd5 View commit details
    Browse the repository at this point in the history
  8. Update cvat-ui version.

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    c6dae22 View commit details
    Browse the repository at this point in the history
  9. Update nuclio version.

    Nikita Manovich committed Jun 26, 2020
    Configuration menu
    Copy the full SHA
    aa53394 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2020

  1. Implement serverless/tensorflow/faster_rcnn_inception_v2_coco

    Nikita Manovich committed Jun 28, 2020
    Configuration menu
    Copy the full SHA
    039b872 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2020

  1. Configuration menu
    Copy the full SHA
    b3d9cac View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2020

  1. Add information how to install nuclio platform and run serverless fun…

    …ctions.
    Nikita Manovich committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    e41f65c View commit details
    Browse the repository at this point in the history
  2. Add installation instructions for serverless functions.

    Nikita Manovich committed Jun 30, 2020
    Configuration menu
    Copy the full SHA
    6a23ccf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    573e3d1 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2020

  1. Configuration menu
    Copy the full SHA
    39fe337 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e12b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Configuration menu
    Copy the full SHA
    8c47af7 View commit details
    Browse the repository at this point in the history
  2. relocated functions

    Nikita Manovich committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    d982a18 View commit details
    Browse the repository at this point in the history
  3. Update dextr function.

    Nikita Manovich committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    7722ffd View commit details
    Browse the repository at this point in the history
  4. Update faster_rcnn function from omz

    Nikita Manovich committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    2ab1030 View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2020

  1. Fix OpenVINO Mask-RCNN

    Nikita Manovich committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    3622e81 View commit details
    Browse the repository at this point in the history
  2. Fix YOLO v3 serverless function.

    Nikita Manovich committed Jul 4, 2020
    Configuration menu
    Copy the full SHA
    89165cd View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Configuration menu
    Copy the full SHA
    6906b63 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Protected lambda manager views by correct permissions.

    Nikita Manovich committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    38004a1 View commit details
    Browse the repository at this point in the history
  2. Fix name of Faster RCNN from Tensorflow.

    Nikita Manovich committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    ecb8a72 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Implement Mask RCNN via Tensorflow serverless function.

    Nikita Manovich committed Jul 8, 2020
    Configuration menu
    Copy the full SHA
    9b0faf6 View commit details
    Browse the repository at this point in the history
  2. Minor client changes (#1847)

    * Minor client changes
    
    * Removed extra code
    bsekachev authored Jul 8, 2020
    Configuration menu
    Copy the full SHA
    b4bc20f View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2020

  1. Configuration menu
    Copy the full SHA
    11dc24b View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2020

  1. Configuration menu
    Copy the full SHA
    a072105 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nm/serverless' of https://github.com/opencv/cvat into n…

    …m/serverless
    Nikita Manovich committed Jul 13, 2020
    Configuration menu
    Copy the full SHA
    aba0f84 View commit details
    Browse the repository at this point in the history

Commits on Jul 14, 2020

  1. Add reid serverless function (no support in lambda manager).

    Nikita Manovich committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    bd70a0b View commit details
    Browse the repository at this point in the history
  2. Fix contribution guide.

    Nikita Manovich committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    e95660c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a8cca9c View commit details
    Browse the repository at this point in the history
  4. Add semantic-segmentation-adas-0001

    Nikita Manovich committed Jul 14, 2020
    Configuration menu
    Copy the full SHA
    5fdedd3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e2bd562 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2020

  1. Configuration menu
    Copy the full SHA
    34f48ce View commit details
    Browse the repository at this point in the history
  2. Moving model management to cvat-core (#1905)

    * Squached changes
    
    * Removed extra line
    bsekachev authored Jul 15, 2020
    Configuration menu
    Copy the full SHA
    e7501b1 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2020

  1. Configuration menu
    Copy the full SHA
    7e78ccb View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2020

  1. Remove duplicated files for OpenVINO serverless functions.

    Nikita Manovich committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    aee568b View commit details
    Browse the repository at this point in the history
  2. Updated CHANGELOG.md

    Nikita Manovich committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    889365f View commit details
    Browse the repository at this point in the history
  3. Remove outdated code.

    Nikita Manovich committed Jul 17, 2020
    Configuration menu
    Copy the full SHA
    e26f47e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    90f8e13 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2020

  1. Configuration menu
    Copy the full SHA
    fcb5790 View commit details
    Browse the repository at this point in the history
  2. Deleted outdated migration.

    Nikita Manovich committed Jul 19, 2020
    Configuration menu
    Copy the full SHA
    f36df30 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2020

  1. Add name for DEXTR function.

    Nikita Manovich committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    98e5398 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6461b10 View commit details
    Browse the repository at this point in the history
  3. Fix restart policy for serverless functions.

    Nikita Manovich committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    52b1f4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    44b5d01 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2020

  1. Add more tensorflow serverless functions into deploy.sh

    Nikita Manovich committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    1525ce2 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2020

  1. Configuration menu
    Copy the full SHA
    be8d06c View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2020

  1. Update DEXTR function

    Nikita Manovich committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    0684cae View commit details
    Browse the repository at this point in the history
  2. Merge branch 'nm/serverless' of https://github.com/opencv/cvat into n…

    …m/serverless
    Nikita Manovich committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    e5b8f2a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5352a94 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a1096a1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2ff7395 View commit details
    Browse the repository at this point in the history
  6. Customize payload (depends on type of lambda function).

    Nikita Manovich committed Jul 24, 2020
    Configuration menu
    Copy the full SHA
    2bad1de View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2020

  1. First working version of REID (Server only).

    Nikita Manovich committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    8f60d54 View commit details
    Browse the repository at this point in the history
  2. Fix codacy warnings

    Nikita Manovich committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    05762ad View commit details
    Browse the repository at this point in the history
  3. Avoid exception during migration (workaround)

    File "/usr/local/lib/python3.5/dist-packages/django/db/utils.py", line 89, in __exit__
        raise dj_exc_value.with_traceback(traceback) from exc_value
      File "/usr/local/lib/python3.5/dist-packages/django/db/backends/utils.py", line 84, in _execute
        return self.cursor.execute(sql, params)
    django.db.utils.ProgrammingError: table "engine_pluginoption" does not exist
    Nikita Manovich committed Jul 25, 2020
    Configuration menu
    Copy the full SHA
    0c6e033 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2020

  1. Add siammask serverless function (it doesn't work, need to serialize …

    …state)
    Nikita Manovich committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    1973a07 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Run ReID from UI (#1949)

    bsekachev authored Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d32201e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    44df570 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    cc081bd View commit details
    Browse the repository at this point in the history
  2. Removed reid route in installation.md

    Nikita Manovich committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    ced2746 View commit details
    Browse the repository at this point in the history
  3. Fix a command to get lena image in CONTRIBUTION guide.

    Nikita Manovich committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    4210645 View commit details
    Browse the repository at this point in the history
  4. Fix typo and crash in case a polygon is a line.

    Nikita Manovich committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    6dcb354 View commit details
    Browse the repository at this point in the history