-
Notifications
You must be signed in to change notification settings - Fork 136
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
Is it possible to run this on a new input image? #2
Comments
Hi @SreeHarshaNelaturu, thanks for your interest in our works! If you want to try, feel free to reach us out if you have any doubts or questions! Lorenzo. |
Thank you so much for the response! I will get started on this right away.
I really appreciate the assistance and will get back to you with any
queries.
…On Thu, 26 Dec 2019, 18:20 Lorenzo Baraldi, ***@***.***> wrote:
Hi @SreeHarshaNelaturu <https://github.com/SreeHarshaNelaturu>,
thanks for your interest in our works!
Currently we only provide detections features for COCO, and we don't
provide the code for extracting detection features on new images, so you
would have to adjust the code a bit. That shouldn't be difficult in
practice: just extract the features using this repo
<https://github.com/peteanderson80/bottom-up-attention/> and pack them in
a .hdf5 file following the format described in our readme. Once you have
done this, a small change in the Dataset class should be enough to make it
work.
If you want to try, feel free to reach us out if you have any doubts or
questions!
Lorenzo.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2?email_source=notifications&email_token=AFNIFY5VAUVSUYUW4NOA6WLQ2SSDDA5CNFSM4J65WJ42YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHVRBEI#issuecomment-569053329>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFNIFY3NBXY4H3E5K62Z35LQ2SSDDANCNFSM4J65WJ4Q>
.
|
Hello,
Thank you for open-sourcing the code for the awesome projects you've done including M^2 and Show, Control and Tell.
I had read an issue on Show, Control and Tell that it is not possible to use it on new image as the control signals are extracted from COCO/Flickr. Is this the case for this approach as well?
In case one would attempt to scale it for new images (not in coco features) how could one proceed?
Thanks!
The text was updated successfully, but these errors were encountered: