FSCE icon indicating copy to clipboard operation
FSCE copied to clipboard

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

Open binyisu opened this issue 2 years ago • 3 comments

binyisu avatar Nov 04 '21 13:11 binyisu

Please refer to #3

nothingelse92 avatar Nov 09 '21 10:11 nothingelse92

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!

alphacyp avatar Dec 10 '21 16:12 alphacyp

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.

RuoyuChen10 avatar Jan 27 '22 08:01 RuoyuChen10