Andrea Ranieri
Andrea Ranieri
Same for me, with any search term... > googleimagesdownload -k 'apples' -o `pwd` -l 20 -f jpg ``` Item no.: 1 --> Item name = apples Evaluating... Starting Download... Unfortunately...
Same using `chromium-chromedriver` (`sudo apt install chromium-chromedriver`) > googleimagesdownload -k 'apples' -o `pwd` -l 1000 -f jpg --chromedriver /usr/lib/chromium-browser/chromedriver ``` Item no.: 1 --> Item name = apples Evaluating... Getting...
@Joeclinton1 fixed it here: https://github.com/Joeclinton1/google-images-download
Me too! We've been waiting for the code for two months, in the DL world it's like two years! 🤣
Ok, I have the same problem, I think it's a sync issue because in the log I see that `RunAsyncImageSaveTask()` is always called with a PNG filename.  This is...
> This is my `LevelBlueprint` trigger: > >  Ok, my fault, I was using `CameraCaptureManager_BP2` two times in the blueprint layout so no color image was captured. Now RGB...
Ok, I get transparent masks also using [CaptureToDisk.uproject](https://github.com/TimmHess/UnrealImageCapture/blob/master/CaptureToDisk/CaptureToDisk.uproject) so I'm definitely missing something important (such as the way to define foreground and background).
They're not transparent! As you [wrote here](https://github.com/TimmHess/UnrealImageCapture/issues/19#issuecomment-1111296245) OpenCV correctly shows the segmentation in them! Why both image viewers and PIL don't? Because every pixel has alpha value set to zero...
Same for every other files (e.g. artifacts to replicate https://github.com/rstrudel/segmenter). Everything permanently lost? https://www.rocq.inria.fr/cluster-willow/rstrudel/segmenter/checkpoints/ade20k/seg_tiny_mask/checkpoint.pth
Hmmm, applying your patch I get: `AttributeError: 'DefaultCfg' object has no attribute 'update'`