Open mikkokotila opened 5 years ago
Need further clarity on what exactly we need to classify as a part of this task.
The hotel room itself is the classification task. Lobby of the hotel is not the hotel room, also the balcony of a hotel is not the hotel room.
I'm assuming that the 1 million hotel room image dataset above is already handling this for us, so we would not have to worry about it. I don't think they will have photos of dogs or cats. You will have to mix it with random photos so you can use it as your training data. But probably you will only end up using small part of it, and use rest for robust validation.
The hotels-50k dataset was originally proposed for identifying the name of the hotel given the hotel image(can be bedroom, bathroom, lobby etc). This dataset has all these images combined and the metadata provided is the hotel id, hotel chain id, latitude longitude etc.
Interesting. I think then one way of looking at this is that we have first a classifier that says if it's a room or not, and then with that we can clean the hotels-50k dataset to just rooms, which we also now know are hotels. Various preparatory steps are very common in challenges where the end goal is very specific.
Background
The AVA dataset contains 250,000 images, many of which have comprehensive meta-data related with image aesthetics.
Objective
The task is to create a binary classifier that returns
1
in the case an input photo is a hotel room. It seems that researchers have already performed this task successfully, which may be a good starting point for this task.This dataset with 1,000,000 hotel room images from 50,000 hotels for training, may be useful as training data, when combined with other photos.
Steps
Tools
You are to use Keras or Pytorch as the differentiation API, and Talos for Hyperparameter search. You are to present the findings in a code complete Jupyter Notebook.
Timeline
The challenge is to be completed by end-of-day 6th of September.