Giter Site home page Giter Site logo

Comments (6)

gttiankai avatar gttiankai commented on May 16, 2024

the same problem

from caffe-yolov3.

tjh123321 avatar tjh123321 commented on May 16, 2024

fuck problem

from caffe-yolov3.

adhirmndl avatar adhirmndl commented on May 16, 2024

LOL :)

from caffe-yolov3.

tjh123321 avatar tjh123321 commented on May 16, 2024

you need sdk

from caffe-yolov3.

deeplearning666 avatar deeplearning666 commented on May 16, 2024

在CMakeLists中添加如下语句:
SET(OpenCV_DIR /usr/local/share/OpenCV)
find_package(OpenCV REQUIRED)

from caffe-yolov3.

ShreyVDesai avatar ShreyVDesai commented on May 16, 2024

I did this but im not able to see any output

C make lists .txt


cmake_minimum_required(VERSION 3.0.0)
project(vidDisplay  VERSION 0.1.0)

include(CTest)
enable_testing()

set(OpenCV_DIR C:/opencv-4.6.0/build)
find_package(OpenCV REQUIRED)
include_directories( ${OpenCV_INCLUDE_DIRS})

add_executable(vidDisplay src/vidDisplay.cpp)

target_link_libraries( vidDisplay ${OpenCV_LIBS})

set(CPACK_PROJECT_NAME ${PROJECT_NAME})
set(CPACK_PROJECT_VERSION ${PROJECT_VERSION})
include(CPack)


vidDisplay.cpp

`//
#include<opencv2/opencv.hpp>
#include
#include

int main(int argc, char *argv[]) {

    cv::Mat image = cv::imread("img/img1p3.png");
    cv::namedWindow("Object");
    cv::imshow("Object",image);
    
    return(0);

}`

from caffe-yolov3.

Related Issues (20)

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.