Shin Donghwan(신동환)

Results 14 issues of Shin Donghwan(신동환)

I tried to get change points using KTS code. But i couldn't get proper change points. If someone get change points using KTS, please help me?

I want to train a embedding model using own dataset for verification faces. so, how to train this? use train_tripletloss.py? or train_softmax.py?

my ram is 32GB, but free size is about 26GB. when loads train data, occur memory error. not to occur memory error,is method just only add ram? how do you...

i want to know why cropping. if i want to resize images(1024,720), i think that train data is not good.

i want to know that use pre-trained word embedding or not. i found this, ``` def _word_embedding(self, inputs, reuse=False): with tf.variable_scope('word_embedding', reuse=reuse): w = tf.get_variable('w', [self.V, self.M], initializer=self.emb_initializer) x =...

i want to see attended images, while tests model. (The model changes its attention to the relevant part of the image while it generates each word.) how can i see...

Issue : When load a model for evaluating and testing by default, not get a device information from args.gpu_idx, but read it from the pre-train model(.pth). In a yolov4 case,...

I tried to get change points using KTS code. But i couldn't get proper change points. If someone get change points using KTS, please help me?

I tried to get change points using KTS code. But i couldn't get proper change points. If someone get change points using KTS, please help me?

I want to test own dataset using the CHR weight file. But I can't download it on BaiduDrive. So, Could you upload it on google-drive or onedrive?