A lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository

Xandikos is a lightweight yet complete CardDAV/CalDAV server that backs onto a Git repository. Xandikos (Ξανδικός or Ξανθικός) takes its name from the name of the March month in the ancient Macedonian calendar, used in Macedon in the first millennium BC. Implemented standards The following standards are implemented: RFC 4918/RFC 2518 (Core WebDAV) – implemented, except for COPY/MOVE/LOCK operations RFC 4791 (CalDAV) – fully implemented RFC 6352 (CardDAV) – fully implemented RFC 5397 (Current Principal) – fully implemented RFC 3253 […]

Read more

WikidPad is a single user desktop wiki

WikidPad is a Wiki-like notebook for storing your thoughts, ideas, todo lists, contacts, or anything else you can think of to write down. What makes WikidPad different from other notepad applications is the ease with which you can cross-link your information. Links in a wiki are created by typing in WikiWords. A WikiWord is any mixed case word typed into the editor. TodoList or JohnDoe are example WikiWords. The term wiki means “quick” in Hawaiian, and wikis are all about […]

Read more

A Telegram bot to look up quotes, charts, general market sentiment and more

Tickergram is a Telegram bot to look up quotes, charts, general market sentiment and more. It can be used collaboratively in group chats or by talking directly to it. Users can also keep a watchlist and receive price information notifications. Supporting Tickergram I run an instance of Tickergram at @tickergrambot. By becoming a sponsor, you will support the project and get access to this bot instance. Check the sponsor tiers for more information. Or continue reading and get your own […]

Read more

BabelCalib: A Universal Approach to Calibrating Central Cameras

Description BabelCalib is a calibration framework that can estimate camera models for all types of central projection cameras. Calibration is robust and fully automatic. BabelCalib provides models for pinhole cameras with additive distortion as well as omni-directional cameras and catadioptric rigs. The supported camera models are listed under the solvers directory. BabelCalib supports calibration targets made of a collection of calibration boards, i.e., multiple planar targets. The method is agnostic to the pattern type on the calibration boards. It is […]

Read more

A real-time motion capture system that estimates poses and global translations using only 6 inertial measurement units

Code for our SIGGRAPH 2021 paper “TransPose: Real-time 3D Human Translation and Pose Estimation with Six Inertial Sensors”. This repository contains the system implementation, evaluation, and some example IMU data which you can easily run with. Project Page Usage Install dependencies We use python 3.7.6. You should install the newest pytorch chumpy vctoolkit open3d. Prepare SMPL body model Download SMPL model from here. You should click SMPL for Python and download the version 1.0.0 for Python 2.7 (10 shape PCs). […]

Read more

ICLR 2021: Pre-Training for Context Representation in Conversational Semantic Parsing

This repository contains code for the ICLR 2021 paper “SCoRE: Pre-Training for Context Representation in Conversational Semantic Parsing”. If you use SCoRE in your work, please cite it as follows: @inproceedings{yu2021SCoRE, title={{SCoRE}: Pre-Training for Context Representation in Conversational Semantic Parsing}, author={Tao Yu and Rui Zhang and Oleksandr Polozov and Christopher Meek and Ahmed Hassan Awadallah}, booktitle={International Conference on Learning Representations}, year={2021}, url={https://openreview.net/forum?id=oyZxhRI2RiE} } Environment Setup At the time of development, we used the same environment setup as RAT-SQL. It assumes […]

Read more

AirLoop: Lifelong Loop Closure Detection

This repo contains the source code for paper: Dasong Gao, Chen Wang, Sebastian Scherer. “AirLoop: Lifelong Loop Closure Detection.” arXiv preprint arXiv:2109.08975 (2021). Demo Examples of loop closure detection on each dataset. Note that our model is able to handle cross-environment loop closure detection despite only trained in individual environments sequentially: Improved loop closure detection on TartanAir after extended training: Usage Dependencies Python >= 3.5 PyTorch < 1.8 OpenCV >= 3.4 NumPy >= 1.19 Matplotlib ConfigArgParse PyYAML    

Read more

ARTEMIS: Real-Time Detection and Automatic Mitigation for BGP Prefix Hijacking

ARTEMIS is an open-source tool, that implements a defense approach against BGP prefix hijacking attacks. It is (a) based on accurate and fast detection operated by the AS itself, by leveraging the pervasiveness of publicly available BGP monitoring services, and it (b) enables flexible and fast mitigation of hijacking events. Compared to existing approaches/tools, ARTEMIS combines characteristics desirable to network operators such    

Read more

WarpedGANSpace: Finding non-linear RBF paths in GAN latent space

Authors official PyTorch implementation of the WarpedGANSpace: Finding non-linear RBF paths in GAN latent space (ICCV 2021). If you use this code for your research, please cite our paper. Overview In this work, we try to discover non-linear interpretable paths in GAN latent space. For doing so, we model non-linear paths using RBF-based warping functions, which by warping the latent space, endow it with vector fields (their gradients). We use the latter to traverse the latent space across the paths […]

Read more
1 2