You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try use T-sne to visual the features. But I meet some problems.
There are a total of 500 verified images on the citycapes dataset. I use the model to predict the image, keep the final output features, and upsample to the image label size. Then feature visualization. But I failed because the size is very large and the visualization failed or visualization didn't work out well like your papaers. So I'd like to ask you about details of your use of tsne.
Do you save 500 images features for visual?
I have tried many methods, but all fall.
I try use T-sne to visual the features. But I meet some problems.
There are a total of 500 verified images on the citycapes dataset. I use the model to predict the image, keep the final output features, and upsample to the image label size. Then feature visualization. But I failed because the size is very large and the visualization failed or visualization didn't work out well like your papaers. So I'd like to ask you about details of your use of tsne.
Do you save 500 images features for visual?
I have tried many methods, but all fall.
here's my code
The text was updated successfully, but these errors were encountered: