* update user_guide.md and images
* fix uppercase letters in images path in user_guide.md and remove trailing spaces
* delete images and gifs containing uppercase letters in the name
* add images with correct names
* fix image paths in user_guide.md
* Delete image133
* add image133 with correct name
* Update item Bottom panel in User Guide
rename the "Bottom panel" to the "Top panel"
* Fixed typos, remove trailing spaces in user_guide.md
* Fix user_guide.md and update image051.jpg
* Update item interpolation mode in user guide
fix typos and contents
* Fix a typo
* Fix a typo in the filename
Co-authored-by: Nikita Manovich <40690625+nmanovic@users.noreply.github.com>
* Don't use antd less (big memory consumtion during the build process)
* Fix AWS deployment guide
* fix a problem with proxy and long domain names
* remove sass loader for antd
* Removed less and less-loader.
* Simplified webpack config.
* Some debian package manager tweaks
By default, Ubuntu or Debian based "apt" or "apt-get" system installs recommended but not suggested packages .
By passing "--no-install-recommends" option, the user lets apt-get know not to consider recommended packages as a dependency to install.
This results in smaller downloads and installation of packages .
Refer to blog at [Ubuntu Blog](https://ubuntu.com/blog/we-reduced-our-docker-images-by-60-with-no-install-recommends) .
* Replaced wget by curl
* Moved CI stuff into Dockerfile.ci
* Use docker-compose to run commnands inside docker (need environment variables)
* Added patool again (to support different archive formats)
* Roll back tensorflow version: 1.15 -> 1.13.1
Fixed https://github.com/opencv/cvat/issues/982
Fixed https://github.com/opencv/cvat/issues/1017
* datumaro install tensorflow 2.x now. It breaks automatic annotation
using TF.
* Follow redirects in curl (auto_segmentation)
* Initial version of install guide for Ubuntu 18.04
* Description how to create install CVAT on Windows + fix for Windows 3rdparty patch.
* Write instructions for Mac OS.
* Clean up for README.md
* Update CHANGELOG.
* Fix typos which were found on code review.