Mansi Aggarwal
Mansi Aggarwal
I am using gganimate for the first time and I am using in to render a[ generative art](https://github.com/cutterkom/generativeart) animation. My large gganim object is 12.5 MB in size and `animate()`...
I am trying to render an animation from the plot. `generativeart::generate_data(my_formula)` is giving me around 400,000 entries. The large `gganimate` object that is created is 12.5 MB in size. Does...
Here are the steps I followed: - downloaded the pretrained model `resnet50_coco_best_v2.1.0.h5` - then I trained it on my dataset using `keras_retinanet/bin/train.py csv /path/to/csv/file/containing/annotations /path/to/csv/file/containing/classes` - then I converted the...
I am replicating the exact code as mentioned in the readme to start with. But i am not getting the desired output: Code: ``` library(dplyr) library(jasmines) use_seed(1) %>% entity_heart(grain =...
I am getting this error when I am adding certain parameters to `flametree_grow ` function. ``` Error: Problem with `mutate()` column `x_1`. i `x_1 = x_0 + ft__extend_x(seg_len/2, seg_deg)`. x...
I am manually providing palette and background colours in `flametree_plot` function. But I am getting the following error: ``` Error in grid.Call.graphics(C_rect, x$x, x$y, x$width, x$height, resolveHJust(x$just, : invalid RGB...
On line 157, in `create_pascal_tf_record.py` (from extra folder), when I run `xml_str = fid.read()`, the resultant `xml_str` is empty. And hence, when I run `xml = etree.fromstring(xml_str)`, it's throwing the...
### Search before asking - [x] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no similar questions. ### Question Hello! Thank you for the great architecture. I wanted...
Hello, I was trying to reproduce the example for custom annotated gene list given [here](https://yulab-smu.top/biomedical-knowledge-mining-book/universal-api.html). I downloaded the data from the [given url](http://bio-bigdata.hrbmu.edu.cn/CellMarker/CellMarker_download.html) in the example. I was able to...
Hi! I am getting this error when I am running the pretrained model on my dataset: `ValueError: Layer conv1 was called with an input that isn't a symbolic tensor. Received...