-
Notifications
You must be signed in to change notification settings - Fork 110
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
if you are going to provid the code about extracting feature from a image? #72
Comments
The extraction code is inside this Docker container. You should be able to use this with scripts/extract_imgfeat.sh https://hub.docker.com/r/chenrocks/butd-caffe/tags?page=1&ordering=last_updated |
when I use this docker image, an error happened:
my os is centos 7.6, I also used the cuda 11.1 with driver 455.32, but failed to run this container too. I wonder if else have this problem or any advices ? thanks |
change the script solved this:
|
I ran into the following memory errors when trying to running the feature extraction code from the docker container,
Do you have any suggestions for a quick fix? I don't have a better idea than splitting the images into different folders and it seems awkward to do that. |
@JaredFern Thank u very much. |
@suzyahyah maybe it is your CUDA install got something wrong. two possible reason: 1, out of memory 2, cuda and gpu version is not matched. |
@JaredFern , hi do u know to to generate the image feature from ground true? it is seem that it just can generate detected feature in this docker image. |
Hi,
Thank you for your gret job.
if you are going to provid the code about extract feature from a image? as current code is no easy to be used in other dataset.
Thank you!
The text was updated successfully, but these errors were encountered: