megvii-research / FSCE

Apache License 2.0
280 stars 47 forks source link

能否共享一下t-SNE的代码?并分享一下如何使用。感谢 #49

Open binyisu opened 2 years ago

nothingelse92 commented 2 years ago

Please refer to #3

alphacyp commented 2 years ago

Please refer to #3

I am sorry to take up your time.Did you get through the t-sne?which file that code should be added to?Thank you very much!

RuoyuChen10 commented 2 years ago

Please refer to #3

I am sorry to take up your time.Did you get through the t-sne?which file that code should be added to?Thank you very much!

First, you should randomly extract some features in the inference stage, you can write it into the faster_rcnn.py. Then, directly use T-SNE with scikit-learn library.