Rajendran Tamilarasan

Results 5 issues of Rajendran Tamilarasan

Initially I had issue while running model.py. Cannot reshape array of size 27481400 into shape(91604,300). But I have fixed it by changing the config value vocab_size by 2196018 . My...

Hi, I got the below error while running **denseNet_localization.py** file. ``` Traceback (most recent call last): File "/media/administrator/D/XRay/CheXnet_Demo/denseNet_localization.py", line 227, in output = gcam.generate(target_layer="module.densenet121.features.denseblock4.denselayer16.conv.2") File "/media/administrator/D/XRay/CheXnet_Demo/denseNet_localization.py", line 186, in generate...

I am able to generate the bound_box.txt file after I execute the **denseNet_localization.py** file. how to visualize the bound box text file into the input image? as you mentioned in...

I am looking to add .dlt and .ml to my existing code. I tried to modify it from **content_types_config.json** and **model_config.json** But this is not reflecting in my python code....

needs triage

![image](https://github.com/google/magika/assets/16331803/17dd14bd-bd4e-4b62-bc5c-1fa42ac4645e) In the web demo, I am able to see all kinds of possible formats in descending order. Is there any way to get these in python? For now, I...

python