-
Notifications
You must be signed in to change notification settings - Fork 97
Code for generating the features #1
Comments
Hi, |
Hi, |
Added notes for the prepared data here. |
Hi! I have a doubt about segmentation process. I took zara2 and I did the segmentation with the deeplab model you comment above. The segmentations are close to yours according to normalized hamming distance, but are not exactly the same. I would like to know what I did diffrent. In the next lines I explain the process. The original frame size is (720, 576). When the "run" function of deeplab is used the frame is resized in the next way (I did not change any parameter of deeplab): width, height = image.size I saved the segmentations in a folder with that size and after that I loaded one by one to resize to (64, 51) (grid size). Something like this: shape = (64, 51) I think that the diffrence could be for the interpolation method, but I'm not shure. |
I have reproduced the feature extraction code here. |
thanks! |
Hello,
Thank you very much for providing this repo. Do you plan to release any code for the feature generation (person appearance/keypoints, scene semantics, etc.)? I am interested in running this model on another dataset.
The text was updated successfully, but these errors were encountered: