Out of range values in dataset_mmc

#1
by Strudel7182 - opened

Hi, I was interested in your paper and wanted to try recreating it.
I'm trying to train a model using the dataset_mmc.zip. As I understand it, each row in the .txt files should be the class label (always 0) followed by pairs of x and y coordinates normalised by image width and height to between 0 and 1. However, I find values outside of the 0 to 1 range.
I've plotted the points on the images and there are some on lines not associated with any MMC members. The out-of-range values tend to be in the first 5 rows and often appear next to each other in a row, but not as an x-y pair, but rather the y of one pair and the x of the next.
Am I missing something?
example.png

Owner

@Strudel7182 These are old relics of when I was trying to do direct regression on the design variables! They should not be there and are ignored during training as these variables are not used to calculate the loss function of the design variable regression head.

There are a lot of stuff that needs to be fixed (the demo seems broken as well) as I quickly shifted focus to another article that had to be publish. I will polish out every kinks now to make sure you can run it! I'll keep you posted, but you should be able to run everything as is right now.

Keep me posted!

@Strudel7182 , I have solidified the package install in the main github repo and I have added some details on the dataset card. Let me know if you cannot manage to get the code running.

Sign up or log in to comment