- 
                Notifications
    
You must be signed in to change notification settings  - Fork 9
 
Description
I had the same issue with issue #1
The delaunay-triangulation folder is empty.
And yes I installed ros kinetic, BUT that will not solve the issue. Cause the error is your code tries to import some file from delaunay-triangulation folder you have on your repo which is empty.
I tried to google myself,
I assume you actually copy this repository into the delaunay-triangulation https://github.com/bl4ckb0ne/delaunay-triangulation/tree/v1
But I still get another issue which is on https://github.com/sibozhang/Depth-Guided-Inpainting/blob/876e9641c8b1a23a0326c1aa58f36cdd96afd5a8/catkin_ws/src/loam_velodyne/src/VideoInpainting.cpp
if (t.p1.idx >= 0 && t.p2.idx >= 0 && t.p3.idx >= 0)
t.p1 which is a vector2 instance does not have idx class member.
Did you modify anything somehwere or in delaunay-triangulation from https://github.com/bl4ckb0ne/delaunay-triangulation/tree/v1 to modify the vector2 class?
Can you upload the delaunay-triangulation that you are using/ modified? cause p1, p2, p3 which are vector2 do not have idx.
Thanks.