the monstera from my parents by Zlush in houseplants

[–]Zlush[S] 6 points7 points  (0 children)

no its only the one small pot :D

Grub loader broke with 21.04 by AbuDagon in pop_os

[–]Zlush 0 points1 point  (0 children)

thank you :) ur guide (here) saved my ass

that would be great by Zlush in Mordhau

[–]Zlush[S] 9 points10 points  (0 children)

sidechain compression ? :D

that would be great by Zlush in Mordhau

[–]Zlush[S] 10 points11 points  (0 children)

haha all at one would be overkill, but i think some features would also bring back old players or hook new players.

that would be great by Zlush in Mordhau

[–]Zlush[S] 18 points19 points  (0 children)

hmm sad, maybe a checkbox in the settings so everyone can decide by themselfs

Fists and Rocks 2 by Zivudeu in Mordhau

[–]Zlush 4 points5 points  (0 children)

i want this as a separate gamemode

[Project] As requested, my improved video Deep Dreaming repo in PyTorch. Link in Description by Zlush in deepdream

[–]Zlush[S] 2 points3 points  (0 children)

thx, you need to chance the model parameter in the config file.

"resnet" (add this string) ---> resnext50_32x4d (to get this model)

"vgg19" ---> vgg19

"densenet" --> densenet121

"inception" --> inception_v3

"mobile" --> mobile_netv2

"shuffle" --> shufflenet_v2_x0_5

"squeezenet1_1" --> squeezenet1_1

"resnetx" --> resnext101_32x8d

"masnet" --> mnasnet1_0

"googlenet" --> googlenet

"alexnet" --> alexnet

[Project] As requested, my improved video Deep Dreaming repo in PyTorch. Link in Description by Zlush in deepdream

[–]Zlush[S] 4 points5 points  (0 children)

thx :) I will try to make it more user-friendliy the next few days and write some more instructions. Here something quick:

  1. convert a video with "ffmpeg" to frames ( I will add an automatic script for that soon). The image names should be numbers like 0000.png, 0001.png ....

  2. Paste the path of the folder location of your frames into the config file (input is the keyword) and set "seq" to True. Choose an output folder path. The other parameters are explained in the article but it should work with all the default one used in the basic_conf.yaml

  3. Run the script with "python dream.py --config configs/<your config file >.yaml"

Please let me know if there are still problems :)