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

Fix vision.h import not found #360

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

guigarfr
Copy link

@guigarfr guigarfr commented Aug 11, 2021

Trying to execute python setup.py develop gives a compilation error. In this case, import file vision.h was not found.
I saw some issues reported with same vision.h not found error (this one, or this one, or this other one).

I guess it worked before if you had your project path in your system's path.

With the fix, the absolute path for fcos c files is given to the CPPExtension class, making the compilation work.

@guigarfr guigarfr force-pushed the feature/fix-vision-h-not-found branch from e7ac2ec to 9a76a97 Compare August 11, 2021 08:46
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

Successfully merging this pull request may close these issues.

1 participant