Diana Drajneanu
Results
2
issues of
Diana Drajneanu
Hello, I just download the bedroom data and right now I have in lsun-folder a bedroom_train_lmdb.zip. I tried to extract jpg from it using the command "python data.py export bedroom_train_imdb.zip/bedroom_train_lmdb...
Hello. I want to use a proxy that needs authentication and I tried the following solution: ClientConfig config = ClientConfigUtil.addBasicAuthCredentials(new ClientConfig(), "Aladdin", "open sesame"); RestProxyFactory.createProxy(Service.class, url, config); (the code was...