Git Product home page Git Product logo

Comments (6)

MuhammadShifa avatar MuhammadShifa commented on August 14, 2024 1

@bwsw Thank you so much for your reply.

from rt-motion-detection-opencv-python.

bwsw avatar bwsw commented on August 14, 2024

Hello, @MuhammadShifa
Sorry, we no longer develop this repo. You can improve the code by yourself to make it work.

from rt-motion-detection-opencv-python.

bwsw avatar bwsw commented on August 14, 2024

And it looks like you have used the code from the PR, not the original one. Try to build the original code.

from rt-motion-detection-opencv-python.

MuhammadShifa avatar MuhammadShifa commented on August 14, 2024

Hello, Thanks for your reply @bwsw. Can you share the original code link?

from rt-motion-detection-opencv-python.

bwsw avatar bwsw commented on August 14, 2024

Just clone the repo.

from rt-motion-detection-opencv-python.

bwsw avatar bwsw commented on August 14, 2024

@MuhammadShifa

ivan@notebook:~/tmp$ git clone https://github.com/bwsw/rt-motion-detection-opencv-python.git
Клонирование в «rt-motion-detection-opencv-python»…
remote: Enumerating objects: 337, done.
remote: Counting objects: 100% (91/91), done.
remote: Compressing objects: 100% (53/53), done.
remote: Total 337 (delta 53), reused 63 (delta 32), pack-reused 246
Получение объектов: 100% (337/337), 67.63 КиБ | 1.11 МиБ/с, готово.
Определение изменений: 100% (203/203), готово.
ivan@notebook:~/tmp$ cd rt-motion-detection-opencv-python/
ivan@notebook:~/tmp/rt-motion-detection-opencv-python$ make
gcc -c src/scanner.c -o src/scanner.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc -c src/coord_list.c -o src/coord_list.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc -c src/find_bounding_boxes.c -o src/find_bounding_boxes.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc -c src/bounding_box_data_struct.c -o src/bounding_box_data_struct.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc -c src/packer.c -o src/packer.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc -c src/packer_data_structs.c -o src/packer_data_structs.o -W -Wall -Werror -Wextra -fPIC -O3 `pkg-config --cflags python3` -Isrc -I`python3 -m site --user-site`/numpy/core/include
gcc src/scanner.o src/coord_list.o src/find_bounding_boxes.o src/bounding_box_data_struct.o src/packer.o src/packer_data_structs.o -o ./bounding_boxes/bin/libmotion_detector_optimization.so -shared `pkg-config --libs python3`
ivan@notebook:~/tmp/rt-motion-detection-opencv-python$ python3 -V
Python 3.8.0

from rt-motion-detection-opencv-python.

Related Issues (13)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.