VOOZH about

URL: https://qiita.com/akihiroaritoshi/items/6209cb1bd7a23f76d3f2

⇱ Autowareのcv_trackerでビルドエラー解決メモ #Caffe - Qiita


👁 Image
2

Go to list of users who liked

1

Share on X(Twitter)

Share on Facebook

Add to Hatena Bookmark

More than 5 years have passed since last update.

@akihiroaritoshi

Autowareのcv_trackerでビルドエラー解決メモ

2
Posted at

cv_trackerのビルドエラー

...
fatal error: caffe/caffe.hpp: No such file or directory

https://github.com/BVLC/caffe/pull/1667
には、

Proto-files
Now protobuf files ARE NOT copied to <caffe_root>/include/caffe/proto anymore. Instead they are generated to <build_dir>/include/caffe/proto. Know one may include old headers, but this is interest rates to payback of technical debt appeared due to incorrect original cmake scripts design. Also removed them from .gitignore

とあるので、

set(SSD_CAFFE_PATH "$ENV{HOME}/ssdcaffe/distribute")

set(SSD_CAFFE_PATH "$ENV{HOME}/ssdcaffe/build:$ENV{HOME}/ssdcaffe/distribute")

に変える。

2

Go to list of users who liked

1
0

Go to list of comments

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2

Go to list of users who liked

1