Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Delaunay Triangulation and code error #3

Open
josephinemonica opened this issue Sep 24, 2021 · 3 comments
Open

Delaunay Triangulation and code error #3

josephinemonica opened this issue Sep 24, 2021 · 3 comments

Comments

@josephinemonica
Copy link

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.

@josephinemonica
Copy link
Author

@sibozhang Hi, can you help to address this issue? Thanks

@Y-Tsundere
Copy link

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.

I have the same issue with you. Did you solve it?

Repository owner deleted a comment from tobarbaro Jan 2, 2024
Repository owner deleted a comment from mohamedSalehHegazy Jan 2, 2024
Repository owner deleted a comment from chasedson Feb 7, 2024
@breavedev
Copy link

How can I claim for the $ALT token?
Screenshot 2024-02-20 124403

Repository owner deleted a comment from jimgarcia Feb 21, 2024
Repository owner deleted a comment from fede-s Feb 22, 2024
Repository owner deleted a comment from mohit-deepgrid Mar 12, 2024
@github-staff github-staff deleted a comment Apr 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants