Zhu, Jun-Yan, et al. “Unpaired image-to-image translation using cycle-consistent adversarial networks.” Proceedings of the IEEE international conference on computer vision. 2017. cite 10600 [pdf] [code] Paper: CircleGAN Summary present a method that can learn to do the same, capturing special characteristics of one image collection and figureing out how these characteristics could be translated into the other image collection. Research Objective Application Area: Collection style transfer: learns to mimic the
Event: 事件,可以是任意类型的对象 Subscriber: 事件订阅者,在 EventBus 3.0 之前我们必须定义以onEvent开头的那几个方法,分别是 onEvent 、o
Retrofit是Square公司开发的一款针对Android和java的网络请求框架,遵循Restful设计风格,底层基于OkHttp。 支
1. JDK-Observable 可观察对象类 public class Observable { private boolean changed = false; private Vector<Observer> obs; /** Construct an Observable with zero Observers. */ public Observable() { obs = new Vector<>(); } /** * Adds an observer to the set of observers for this object, provided * that it is not the same as some observer already in the set. * The order in which notifications
SQLite是一个进程内的库,实现了自给自足的、无服务器的、零配置的、事务性的SQL 数据库引擎。 它是一个零配置的数据库。 1. sqlite 封装函数 #!/usr/bin/env python3 # -*-
1. 图片url地址替换 #!/usr/bin/env -S -P${HOME}/anaconda/bin python # -*- coding:utf-8 -*- import re, os, shutil, time, sys, argparse from itertools import chain # import oss2 # 需要替换url的MD文件 md_file = '' # 操作类型, L2L (默认本地到本地), L2W(本