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

Is data the features generated by VGG19 and TextCNN? #2

Open
Jingyilang opened this issue Jul 17, 2019 · 3 comments
Open

Is data the features generated by VGG19 and TextCNN? #2

Jingyilang opened this issue Jul 17, 2019 · 3 comments

Comments

@Jingyilang
Copy link

In paper, you say the image/text is first through VGG19/TextCNN. However, I can not find the VGG19 or TextCNN in train.lua. So I guess the data you used here is not original data but the features generated by VGG19 and TextCNN offline. Is that true?

@PKU-ICST-MIPL
Copy link
Owner

Yes, we use pre-trained features. You can extract VGG19 and TextCNN features of your custom datasets easily as there exists multiple implementations of them on github.

@rashidbaloch
Copy link

Yes, we use pre-trained features. You can extract VGG19 and TextCNN features of your custom datasets easily as there exists multiple implementations of them on github.

I have a RAW Pascal Sentence dataset having Images and Text based on 20 Classes.
I am having difficulty in extracting feature Vector for Image(VGG19) and Text(Sentence CNN). Could you please share some insights or point me to a direction where I can find any implementations on that part. I want to extract features for Images using Resnet50 etc and for Text using LSTM etc.

Thank You

@daisystar
Copy link

Yes, we use pre-trained features. You can extract VGG19 and TextCNN features of your custom datasets easily as there exists multiple implementations of them on github.

请问您的文本特征是从textcnn的哪一层提取的呢?有经过fc层吗?是直接将类别数设置为300吗?

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

4 participants