Skip to content
#

heatmap

Here are 521 public repositories matching this topic...

ROCKMOHAN
ROCKMOHAN commented Feb 4, 2019

Need Optional parameter for Keypoint class as we have one for BoundingBox

In case, we want to track the Keypoint transformations and pickout the labels which we want to use, It would be useful if we add label parameter.

As of now, we can do something like the below code in BB's :
`ia.BoundingBox(
x

lianos
lianos commented Feb 27, 2020

I was poking around the codebase to see if there was any guidance on how to respond to plotly hover, click, etc. events when using iheatmapr with shiny.

I landed on the ?iheatmapr_event man page, which alludes to having an exemplar shiny app in its Examples section:

## Not run: 
shiny::runApp(system.file("examples", "shiny_example", package = "iheatmapr"))
## End(Not run)
trmendes
trmendes commented Sep 8, 2018

I want to have a heatmap as a layer of my map so first I started checking the example but I could not put it to run. First, it miss some variables and imports but that is easy to solve but then the map never shows up. Wondering how to fix it!

The code from the readme.md is this one:

import React from 'react';
import { render } from 'react-dom';
import { Map, Marker, Popup, TileLayer }

Improve this page

Add a description, image, and links to the heatmap 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 heatmap topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.