• This repository has been archived on 08/Aug/2023
  • Stars
    star
    106
  • Rank 323,925 (Top 7 %)
  • Language
    Python
  • Created about 5 years ago
  • Updated about 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

DeepNude Source Code for Videos

deepnude4video

DeepNude Source Code for Videos

How to use

  1. Download the model

https://github.com/zhengyima/DeepNude_NoWatermark_withModel

  1. Set models in the /checkpoints directory

  2. Set video to videos/ directory

  3. Build docker machine

docker build -t deepnude/4videos .
  1. Exec docker container
docker run --rm -it -v $PWD:/app:rw deepnude/4videos python main.py ./videos/in.mp4 ./videos/out.mp4

Base repository

https://github.com/zhengyima/DeepNude_NoWatermark_withModel

GPU Settings

in ./lib/gan.py

- self.gpu_ids = []
+ self.gpu_ids = [0]

FFMEPG Cheat Sheet

Clipping

ffmpeg -i org.mp4 -ss 249 -t 1 in.mp4

More Repositories

1

site-cat-action

LGTMすると便乗すると「ヨシ!」するGitHub Actions
JavaScript
18
star
2

zero-width-watermark

Module for embedding information in text using zero-width characters.
TypeScript
10
star
3

random-qiita-api

Qiitaの最新の10000件の記事からランダムでURLを取得するAPI
JavaScript
9
star
4

random-qiita

Qiitaの最新の10000件からランダムでURLを取得するスクリプト
JavaScript
4
star
5

nuxt-gottani-template

Nuxt project template: various features included
JavaScript
3
star
6

Nuxt-Passport-Sequelize-on-Express

Nuxt, Passport(Google Authentication), Sequelize on Express server sample
JavaScript
3
star
7

nuxt-ts-gottani-template

Nuxt + Typescript + α project template
TypeScript
3
star
8

react-gottani-template

create-react-app project + Typescript + α
TypeScript
2
star
9

RandomImageViewer

Imgurからランダムに画像を取得してくるウェブサイト。
HTML
2
star
10

gatsby-ts-boilerplate

Gatsby + TypeScript + Linter + Formatter + VSCode config + Testing framework + UI component explorer
TypeScript
2
star
11

nuxt-gottani-template-ts

Nuxt + Typescript project template
JavaScript
1
star
12

SilenceSplitter

CLI tool|script to split wav file on silence just using `pydub.silence.split_on_silence`.
Python
1
star
13

butatan-lang-converter

ぶたたん語変換機
JavaScript
1
star
14

simple-typescript-web-enviroment

JavaScript
1
star
15

zipimage

ZIPファイルを画像に変換したり、逆変換したりできるウェブサイト。
JavaScript
1
star
16

python-selenium-container

Simple Dockerfile for running selenium with Chrome.
Dockerfile
1
star
17

CheeToggl

Simple toggl client class + cli tool for JavaScript
JavaScript
1
star
18

passport-oauth2-microsoft-login-sample

The minimal microsoft login code using `passport-oauth2` and `express`
JavaScript
1
star
19

random-qiita-extension

Qiitaの最新の1万件の記事からランダムに1つの記事を表示するChrome拡張機能
JavaScript
1
star
20

webcam-eye-tracker

Python
1
star