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

Added dockerfile #58

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

Added dockerfile #58

wants to merge 1 commit into from

Conversation

Sentient07
Copy link

Hi,

This is the Docker file that I use to run this code - especially test it. I have not tried to retraining or finetuning with this codebase/docker and hence cannot guarantee to work in those scenarios.

Further, this code is optimised for python3. I used 2to3 to upgrade the codebase. To not complicate this PR with plenty of trivial changes, I have not included it. In case someone would need a working branch/ are facing issues upgrading, checkout exp_01 branch in my fork.

HTH, Cheers!

@Sentient07
Copy link
Author

Furthermore, the reason why I individually build CUDA, CUDNN is because FPN and FRCNN repo is dependent on the nvcc compiler, which for some reason is not available in containers that provide tensorflow-gpu or pytorch.

@timmeinhardt
Copy link
Collaborator

Thank you for this contribution! However, I am not sure why you used 2to3. The codebase is already working for Python 3.7.

@Sentient07
Copy link
Author

I guess it was python 2.x at the time I cloned? I am not sure actually, or perhaps some dependency issue on my side

@timmeinhardt
Copy link
Collaborator

Yes. We changed it two Python 3.7 2-3 months ago. Thats the problem with the dockerfile. It has to be update for each commit on the master branch.

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.

None yet

2 participants