Skip to content
#

tracking

Here are 1,281 public repositories matching this topic...

jofpin
jofpin commented Jan 22, 2020

It has been a pleasure for me to contribute to all of you 2 versions of this tool.

I've been working on other open source projects that I'm about to release for you, so I haven't finished trape version 3.0.

But, I invite you and the entire community that has used this project, to collaborate with some lines of code, implementing your own ideas and improving trape, turning it into a project o

fzh0917
fzh0917 commented Feb 16, 2020

As the title describes, there exists two times path concatenations for the member variable named img_names belonged to the VOTVideo class.
One of them occurs at line 18 in toolkit/dataset/video.py , and the other one is at line 53 in toolkit/dataset/vot.py if the variable load_img is set to False.
Here are some examples.

absolute path

>>> a = '/home/username/test
jeremylynch
jeremylynch commented Jul 13, 2014

I have found that @activity.trackable does not work when there is a default_scope which excludes the tracked object. I found a working monkey patch (see below), though is there a more appropriate solution? Would it be possible to override this default_scope when it's present?

PublicActivity::Activity.class_eval do
  def trackable
    trackable_type.constantize.unscoped.find trackabl
tornadofay
tornadofay commented Nov 7, 2019

Describe the bug
SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '477c02627521747f77ac6150d7a63f1f4946bd41197ec2143e4eaccd6407271e' for key 'tracker_agents_name_hash_unique' (SQL: insert into tracker_agents (name, browser, browser_version, name_hash, updated_at, created_at`) values (Mozilla/5.0 (Linux; Android 8.1.0; SM-G610F Build/M1AJQ; wv) AppleWebKit/53

privacybadger

Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).

  • Updated Mar 3, 2020
  • JavaScript
tizmagik
tizmagik commented Aug 19, 2019

I've been meaning to provide this as importable within react-tracking via something like: import track, { mockTrackEvent, TrackingPropType } from 'react-tracking/mock'; but haven't had a chance yet. PRs welcome! 😁

/* __mocks__/react-tracking.js */

const PropTypes = require('prop-types');

const mockTrackEvent = jest.fn();

module.exports.TrackingPropType = PropTypes.shape();
victorhooi
victorhooi commented Oct 28, 2017

The README mentions the following:

Also edit /etc/network/interfaces and remove the wpa-conf line for wlan1.

However, on a default Raspbian Lite install (September 2017), my /etc/network/interfaces contains:

# interfaces(5) file used by ifup(8) and ifdown(8)

# Please note that this file is written to be used with dhcpcd
# For static IP, consult /etc/dhcpcd.conf and 'man d

Improve this page

Add a description, image, and links to the tracking topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the tracking topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.