Autonomous Machines & Society.

2022-06-01
Bookmark Browsing History Collection

Bookmark Browsing Directory Tree Browsing History Collection

Using Kali forensic tool. (turned out not needed. just some googling for answers)

do you need to export your own good old notes? i mean mi notes. 2 phone numbers, 2 accounts. one with physical storage. the other you may want to download the mi note app and extract in the same way.

Organized under modifier termux ~/works/bookmark_dirtree_traverse. search via rg.

maybe we can organize directory trees using other methods, like some javascript library with both a search tool and a browsing tool. we can host a search engine via javascript, only static resources and client side computation.

this client side search engine usage example can be found at /data/data/com.termux/files/home/storage/shared/works/milkshake_server and ./external/milkshake_server. the js searching library is called fuse.js.

I have made this into meilisearch, and i have backed it up to github/james4ever0/notes2 and aliyunpan and baiduyunpan. desktop search experience is better. meilisearch consume too much ram. i consider to find alternatives with less ram consumption.

using rg will be much faster.

Read More

2022-06-01
Kiwi Browser Bookmarks

Kiwi Browser Bookmarks 2022/6/1

location:

sudo cp /data/user/0/com.kiwibrowser.browser/app_chrome/bookmarks.html .

Read More

2022-06-01
Github Bookmarks From James4Deutschland

Github Bookmarks from James4deutschland 2022/6/1

consider using proxy and vpn to do the capturing. mitmproxy and pcapdroid.

for accounts with cookies or credentials, you can use custom tool like gh_stars_export.

Read More

2022-06-01
Time Series Analysis

Read More

2022-05-31
A Python Wrapper For Ffmpeg: Simplifying Command-Line Functionality

ffmpeg python wrapper

most famous code to cli args ffmpeg python wrapper:

https://github.com/kkroening/ffmpeg-python

Read More

2022-05-31
Music To Video Generator Gan

Text to Video/Music to video generator GAN

https://www.youtube.com/watch?v=V8MlYa_yhF0

https://netease-gameai.github.io/ChoreoMaster/Paper.pdf

该系统可依据音乐风格生成爵士、二次元、街舞等不同类型的舞蹈动画。给定一段音乐,舞蹈演员可以自动生成高质量的舞蹈动作序列以伴随输入音乐的风格、节奏和结构。为了实现这一目标,我们引入了一种新的面向编舞的编舞音乐嵌入框架,它成功地构建了一个统一的舞蹈音乐嵌入空间音乐和舞蹈短语之间的风格和节奏关系。

https://www.youtube.com/watch?v=VrVsAcgFK_4

该方法提出了一个基于cross-modal transformer的架构模型和一个新的3D舞蹈数据集,该数据集包含了根据真实舞者重建的3D运动

项目地址: https://google.github.io/aichoreographer

数据集地址: https://google.github.io/aistplusplus_dataset/

欢迎点赞、评论、分享、收藏!

video generation using music based on bigGAN:

https://github.com/Remideza/MichelAI/

bigGAN Large Scale GAN Training for High Fidelity Natural Image Synthesis:

https://github.com/ajbrock/BigGAN-PyTorch

dance video generation self-supervised:

https://github.com/xrenaa/Music-Dance-Video-Synthesis

show me what and tell me how based on openai clip by snap research with pretrained models, able to generate arbitrary video based on text description:

https://github.com/snap-research/MMVID

text to video generator based on vqgan and clip with primitive colab notebooks by kapwing the online video editor:

https://www.kapwing.com/ai-video-generator

Read More

2022-05-31
Sketch Based Applications

magenta studio sketch completion

awesome sketch based applications paper and code sketch syntheses inbetweening:

https://github.com/MarkMoHR/Awesome-Sketch-Based-Applications#17-sketch-animationinbetweening

deep sketch based cartoon inbetweening:

https://github.com/xiaoyu258/Inbetweening

Read More

2022-05-31
Youtube Monitization 油管变现

Read More

2022-05-31
程序员笑话 可当文案 Jokes About Programmers

runoob coder jokes:

https://www.runoob.com/w3cnote_genre/joke/page/2

telegram channels for programmer jokes

Read More

2022-05-31
Image Restoration Upscaling

Image Restoration Upscaling Inpainting 图像修复 超分辨率

sota image inpainting: lama-cleaner still needs manual labeling on inpainting area

https://github.com/DmitryUlyanov/deep-image-prior

nas image prior

https://arxiv.org/abs/2008.11713

mmediting: OpenMMLab Image and Video Restoration, Editing and Generation Toolbox

Read More