-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Nicolás Eduardo Horro edited this page Jul 11, 2021
·
8 revisions
Videoanalytics is a library for exploring ways of extracting information from video.
A GPU conda environment is provided for development.
Import conda environment (GPU):
conda env create -f videoanalytics-gpu.ymlSome examples are provided as jupyter notebooks.
conda activate videoanalytics-gpu.yml
jupyter notebook .Posible workaround for error:
2021-07-04 10:13:53.920896: W tensorflow/stream_executor/platform/default/dso_loader.cc:59] Could not load dynamic library 'libcudart.so.10.1'; dlerror: libcudart.so.10.1: cannot open shared object file: No such file or directory; LD_LIBRARY_PATH: /home/nhorro/catkin_ws/devel/lib:/opt/ros/melodic/lib
2021-07-04 10:13:53.920969: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine.
cd /usr/local/cuda/lib64/
sudo ln -sf libcudart.so.10.2 libcudart.so.10.1
Generate HTML documentation.
make htmlGenerate PDF documentation.
make latexpdfUpdate/generate UML diagrams (requires PlantUML)
make umlUpdate github pages documentation.
make githubpagesFIXME
Follow instructions from tensorflow-yolov4-tflite.
FIXME