FSCE
FSCE copied to clipboard
能否共享一下t-SNE的代码?并分享一下如何使用。感谢
Please refer to #3
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!
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.