edwardcho
edwardcho
Hello Sir. I tried to get "main_train_ffdnet.py" . When I clicked link, but I couldn't get this file. How to get this file.. Thanks,,, Edward Cho.
Hello Sir, I saw test-case of your code. (core/models/model_zoo.py) ''' _models = { 'fcn32s_vgg16_voc': get_fcn32s_vgg16_voc, 'fcn16s_vgg16_voc': get_fcn16s_vgg16_voc, 'fcn8s_vgg16_voc': get_fcn8s_vgg16_voc, 'fcn_resnet50_voc': get_fcn_resnet50_voc, 'fcn_resnet101_voc': get_fcn_resnet101_voc, 'fcn_resnet152_voc': get_fcn_resnet152_voc, 'psp_resnet50_voc': get_psp_resnet50_voc, 'psp_resnet50_ade': get_psp_resnet50_ade, 'psp_resnet101_voc':...
Hello Sir. I tested your code (temperature scaling) in my code. my code is based on inception_v3. But I met some error. ```python # Code # This function probably should...
Hello sir, I want to display heat-map for my classification task. So i found your library. What is class_idx of __call__()?? (I think that it is class index of top-1)...
Hello sir, I have interesting image deblurring and i searched your code. I had tried your sample data(gopro). I checked your sample data that is paired datasets.(blurred image vs sharp...
Hello Sir.. I don't know what DPIR is. The DPIR is consist of USRNet (training) and inference codes of several type. Right?? Thanks, Edward Cho.
Hello Sir, I have interesting image-to-image translation. So I tried to your code using my-datasets. My-datasets are as follows : 1. grayscale (1 channel) 2. 256 x 256 When start...
Hello Sir, I trained your code using edges2shoes. But I couldn't test. If you don't mind, please tell me test-code using trained-model and input-image. Thanks.
또 질문 드리네요.. anomaly 이미지를 생성했고 이에 대한 score 를 봤는데요.. anomaly 이미지에서 어떤 부분이 anomaly score 에 높게 반영 되는지 알고 싶습니다. 파란색 부분?? 빨간색 부분?? 아님 다른 곳??...
안녕하세요.. 올려주신 소스코드는 잘 동작하는 것을 봤습니다. 몇가지 질문 드리고 싶습니다. 1. 이미지 크기 변경 방법.. 2. training 을 label 1만 하셨는데... 2, 3 을 모두 training 하고 나서, training...