Questions tagged [visualizer]
255 questions
1
vote
0 answers
How to change style of radio button / checkbox in Kony Visualizer? (Responsive Web)
Is it possible to change the style of the radio button/checkbox in Kony Visualizer? (Responsive Web)
can we can pseudo-classes in custom CSS (Kony visualizer)?

Abdul Moeed
- 11
- 1
1
vote
1 answer
Why do I get error when changing legend font size while visualizing Keras Model?
I have built a model using keras and I can visualize it using keras visualizer, but I would like to change legend font size as it is too small in the resulting visualization.
The code:
import visualkeras
from PIL import ImageFont
font =…

Kenan Morani
- 141
- 1
- 9
1
vote
1 answer
Adding functionality to a Spacy NER visualizer
I am using Spacy to visualize NERs in a notebook as follows:
import spacy
from spacy import displacy
text = "When Sebastian Thrun started working on self-driving cars at Google in 2007, few people outside of the company took him seriously."
nlp =…

JFerro
- 3,203
- 7
- 35
- 88
1
vote
0 answers
PCL Visualizer: Select Area
I m trying to select and area in point cloud display, I have implemented the callback function as well but I m not aware with what key or mouse click combination an area can be selected in PCL visualizer window. My callback is as follows:
void…

surajj4837
- 49
- 1
- 10
1
vote
1 answer
P5js into music visualizer
I have a P5js sketch I am looking to convert into a audio sensitive visualizer. See below.
https://editor.p5js.org/Kghj/full/fn2N0xrF1
When there is heavy bass the slider should move left and fuzzy should be ticked, then when a new sound or sudden…

Kristan
- 11
- 3
1
vote
1 answer
How add finitely failed branches to a Prolog visualizer?
Assume we want to visualize this Prolog execution. No goals from the fidschi islands, or something else exotic assumed, only good old SLDNF
with the default selection rule:
p(a).
p(b).
?- \+ p(c).
Yes
But we have only a Prolog visualizer that can…
user502187
1
vote
1 answer
Visualization: best approach?
I need to visualize stuff and want to ask for some hints and tutorials. Or which technique to use (Cocos2D, OpenGL, Quartz, ...)
Anyone here who did Visualization on iOS Devices?
It's about moving objects, fading, particles and more...
Any help is…

cweinberger
- 3,518
- 1
- 16
- 31
1
vote
1 answer
Using setTimeout to pause execution to add animations
I am a beginner at react js and am facing difficulty with manipulating DOM elements within functions.
I am trying to build a sorting visualizer using react. For this I have a div consisting of an array using map function:
{array.map((value, index)…

JANVI SHARMA
- 115
- 1
- 11
1
vote
1 answer
Detectron2 visualizer- 'Visualizer' object has no attribute 'get_image'
I running detectron2 for object detection.
In the origina, after the trining, I run the follwing code:
v = Visualizer(im[:, :, ::-1],
metadata=MetadataCatalog.get("name"),
scale=1,
…

alik
- 21
- 1
- 5
1
vote
1 answer
How to create real-time changes in JavaScript
So I wrote a pretty basic code. I'm a real noob. Started JavaScript 3 days back. I want the sorting process to be visualized while the sorting is going on. But when the SORT button is clicked after a while the sorted array is show. But what I want…

Kavija Karunarathna
- 15
- 3
1
vote
1 answer
Visual Studio 2019 Datatable visualizer missing
I download VS2019 yesterday and so far it was pretty nice so far. Testing out some projects I found out that the visualizer for the datatables is totally missing, I do some google research for that but nothing come out.
There it's suppose to be the…

Bruno Ramirez
- 46
- 1
- 8
1
vote
1 answer
How to stop the execution of the function in pygame
I am trying to make an Algorithm Visualizer with pygame and I started by implementing Linear Search. The problem I am facing is that, in the visualization I am changing colour of the rectangle but that animation is repeating itself as it is inside…

theshubhagrwl
- 743
- 9
- 17
1
vote
0 answers
How can I use a variable from another script in c# in unity3d?
I want to make a visualizer that shows the meditation value from the Neurosky mindwave. It is a project for my university class (in Communication Design), so I'm quite new to code. I want to work with the VFX Graph for the visualization and I made a…

Saskia
- 11
- 2
1
vote
1 answer
How to use Objective-C visualizer in Swift
I am trying to implement audio visualizer to AVAudioPlayer from many days, tried different libraries but not succeeded. Now I found a library displayers but the problem is it's in Objective-C, now I don't know how to use it in the swift code. Here…

Faisal Nadeem
- 196
- 1
- 7
1
vote
0 answers
Omnetpp, Implicit chunk serialization is disabled to prevent unpredictable performance degradation
I've got the following error message while I run simulation at OMNeT++:
Implicit chunk serialization is disabled to prevent unpredictable performance degradation (you may consider changing the Chunk::enableImplicitChunkSerialization flag or…

Ege Soyarar
- 43
- 3