Git Product home page Git Product logo

cvpr20_lesa's People

Contributors

dathuynh avatar hbdat avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

cvpr20_lesa's Issues

Assertion error during open-images training

Hello Dat,
The total length of the top unseen is 400 but it's 399 at L55 of the training file.
It would be great if you could let me know the correct number.

Thanks in advance,
Akshita

missing file or misspelled file name

Thank you for sharing the code.
In the "extract_data" folder, there is no file with the name "extract_full_NUS_WIDE_images_attention_VGG_feature_2_TFRecord.py", which according to the instruction is needed for extracting features into TensorFlow storage format. Could you please clarify whether this is a typo error or the actual file is missing from this repo.

How to apply the model to your own dataset

Thank you for providing the code for your wonderful paper. The current version of the code is highly dependent on the datasets that are used for producing the results of the paper. I was wondering if you could provide instruction on how to apply your code or pre-trained model to our own datasets.

Error in downloading OpenImages dataset as file not found

Hello

Thanks for sharing your file. I am facing an issue while downloading OpenImages dataset 2018. I have prepared and downloaded all the required files from OpenImages offical Website. But facing this issue can you please share its [solution.]

image

Augmenting 1 in attention function

Thank you for sharing the useful code.
I have a question about augmenting 1 in attention function in model_share_attention.py. I don't understand the significance of augmenting one or augmenting zero in training. These calculations are also not mentioned in the paper.

def _augment_1(self,features,tensor_rank):
shape = tf.shape(features)
if tensor_rank == 3:
return tf.concat([features,tf.ones([shape[0],shape[1],1])],axis = 2)
elif tensor_rank == 4:
return tf.concat([features,tf.ones([shape[0],shape[1],shape[2],1])],axis = 3)
else:
return tf.concat([features,tf.ones([shape[0],1])],axis = 1)
def _augment_0(self,features,tensor_rank):
shape = tf.shape(features)
if tensor_rank == 3:
return tf.concat([features,tf.zeros([shape[0],shape[1],1])],axis = 2)
else:
return tf.concat([features,tf.zeros([shape[0],1])],axis = 1)

Thank you for your answer

function not found "evaluate_zs_df_OpenImage"

Hi @hbdat,

I was trying to train the open-images dataset but I was not able to find the evaluate function for the same.
I also wanted to ask, the training images are taken from 5 million images with trainable classes?

Regards,
Akshita

Error in downloading Open-Images dataset

Hello @hbdat,

Hope you are doing great, I was trying to download the open-images dataset but there is no annotations-human.csv file available in 2017_11 folder. It would be really helpful if you could share the file ๐Ÿ˜„

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.