Skip to content

Commit

Permalink
Port fixes from release-0.2
Browse files Browse the repository at this point in the history
- Cuda installation has been fixed (#71)
- Updated documentation for v0.2.0 (#63)
- Player navigation has been fixed if window was scrolled (#66)
  • Loading branch information
Nikita Manovich committed Sep 20, 2018
2 parents 2d0079f + f5d7316 commit df15090
Show file tree
Hide file tree
Showing 86 changed files with 322 additions and 120 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image001.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image003.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image004.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image005.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image006.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image007.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image008.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image009.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image010.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image013.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image014.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image015.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image016.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image017.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image018.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image019.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image020.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image021.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image022.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image023.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified cvat/apps/documentation/static/documentation/images/image025.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image027.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image030.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image032.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image034.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image035.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image036.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image037.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image038.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image039.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image040.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image041.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image043.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image044.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image045.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image046.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image047.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image053.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image054.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image055.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image056.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image058.jpg
Binary file modified cvat/apps/documentation/static/documentation/images/image059.jpg
435 changes: 319 additions & 116 deletions cvat/apps/documentation/user_guide.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion cvat/apps/engine/static/engine/js/player.js
Original file line number Diff line number Diff line change
Expand Up @@ -549,7 +549,7 @@ class PlayerController {

let frames = this._model.frames;
let progressWidth = e.target.clientWidth;
let x = e.clientX - e.target.offsetLeft;
let x = e.clientX + window.pageXOffset - e.target.offsetLeft;
let percent = x / progressWidth;
let targetFrame = Math.round((frames.stop - frames.start) * percent);
this._model.pause();
Expand Down
1 change: 0 additions & 1 deletion cvat/apps/engine/static/engine/js/shapeFilter.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ class FilterView {
this._filterString.on('keypress keydown keyup', (e) => e.stopPropagation());
this._filterString.on('change', (e) => {
let value = $.trim(e.target.value);

if (this._controller.updateFilter(value, false)) {
this._filterString.css('color', 'green');
setURISearchParameter('filter', value || null);
Expand Down
4 changes: 2 additions & 2 deletions cvat/apps/tf_annotation/docker_setup_tf_annotation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ CUDA_PKG_VERSION="9-0=${CUDA_VERSION}-1"
echo "export PATH=/usr/local/nvidia/bin:/usr/local/cuda/bin:${PATH}" >> ${HOME}/.bashrc
echo "export LD_LIBRARY_PATH=/usr/local/nvidia/lib:/usr/local/nvidia/lib64:${LD_LIBRARY_PATH}" >> ${HOME}/.bashrc

apt-get update && apt-get install -y --no-install-recommends \
apt-get update && apt-get install -y --no-install-recommends --allow-unauthenticated \
libprotobuf-dev \
libprotoc-dev \
protobuf-compiler \
Expand All @@ -31,7 +31,7 @@ apt-get update && apt-get install -y --no-install-recommends \
libcudnn7=$CUDNN_VERSION-1+cuda9.0 && \
ln -s cuda-9.0 /usr/local/cuda && \
rm -rf /var/lib/apt/lists/* \
/etc/apt/sources.list.d/nvidia-ml.list
/etc/apt/sources.list.d/nvidia-ml.list /etc/apt/sources.list.d/cuda.list

pip3 install --no-cache-dir -r "$(cd `dirname $0` && pwd)/requirements.txt"

Expand Down

0 comments on commit df15090

Please sign in to comment.