Ricardo Rodrigues

Results 14 comments of Ricardo Rodrigues

I had a similar issue so I needed to look for another 'combine method' The code bellow worked for me `python combine_A_and_B.py --foldA path/to/fold/A --foldB path/to/fold/B --foldAB --foldA path/to/fold/AB` ```...

``` End of epoch 1007 / 16000 Time Taken: 1.8693 sec End of epoch 1008 / 16000 Time Taken: 1.8707 sec End of epoch 1009 / 16000 Time Taken: 1.8733...

same issue here. I'm trying to modify the code to windows like suggested here https://github.com/GaParmar/clean-fid/pull/14 and https://github.com/GaParmar/clean-fid/pull/13/commits/13dddbe63bf0cfd57ff8f02e23ab20a263dbeb28 ... It seems that torch is having trouble in finding the location of...

@Yves907 Similarly on Issue https://github.com/GaParmar/clean-fid/issues/3 to make it work I needed to put the inception-2015-12-05.pt file of --> https://nvlabs-fi-cdn.nvidia.com/stylegan2-ada-pytorch/pretrained/metrics/inception-2015-12-05.pt inside the working directory... So it was something like this: ```...

> Hi, > > Thank you for raising this concern. Can you try the newer clean-fid version 0.1.16 and an additional flag `num_workers=0`? > > Regards, Gaurav `score = fid.compute_fid(fdir1,...

Same problem on rotating câmera, both frontal and back camera If you Flip Cam 90° than the cam won't Work properly... Even though the APP itself os Very Nice. ![Screenshot_2021-04-28-12-37-14-855_com.example.test.jpg](https://user-images.githubusercontent.com/62864640/116625075-6e078900-a91f-11eb-8846-105e2c5c7cc5.jpg)...

Same Issue And i needed to change the e-mail and password on PintrestScraper.py

Same problem here... I'm not sure but it seems its not working because the chromedriver cant log in pinterest account... maybe something has changed. ---> 16 ph = s.Pinterest_Helper("Email_here" ,...

FIXED PROBLEM -- Open Scraper.py and change in line 57 self.browser.get("https://www.pinterest.com") for self.browser.get("https://br.pinterest.com/login/")

@aksthelion since i'm loggin from brazil, maybe you could try only `self.browser.get("https://pinterest.com/login/")` instead of using the `br` prefix. But i'm not sure if it will still work out.... used it...