gcucurull / visual-compatibility

Context-Aware Visual Compatibility Prediction (https://arxiv.org/abs/1902.03646)
115 stars 37 forks source link

A probem with the pre-processing of the Polyvore dataset #26

Open turkich opened 2 years ago

turkich commented 2 years ago

The file process_polyvore.sh throw an error in the extraction of features from images. It seems a problem of normalization of the image

turkich commented 2 years ago

There is an infected image in the database it must be replaced

mohamedsouguir commented 2 years ago

Hello turkish did you find a solution? I have the same problem as you.

turkich commented 2 years ago

Hello mohamed, yes I found a solution I debuggued the code using try: ..... except: print(f"problem with the image {you put here the variable id of the image}") and I found an infected image with a size of 1x1 pixels you should replace it to continue your process