Pinaki Nath Chowdhury
Pinaki Nath Chowdhury
is this code not updated for quite sometime? Also, can you suggest some good source with Python>=3.7 support? I tried to run the given IPython file. But while loading I...
I have created new JSON file according to my requirement : * `training.json` * `test.json` the model trains using `training.json` but gives error while calculating val_loss using `test.json` I have...
Hi, I am trying to calculate the `unsigned distance field` of an **open mesh** using: ``` signed_distance, new_faces, new_verts = igl.signed_distance(samples, mesh.vertices, mesh.faces, return_normals=False) unsigned_distance = signed_distance**2 ``` But the...
Due to a limit of 11GB GPU resource, I am forced to reduce the batch size for image2text to **8** instead of **128**. After training for a while, I was...
@ssudholt when calculating a 604 PHOC representation on GW handwritten dataset, I used your function: ```build_phoc_descriptor``` Now, after generating the PHOC representation, 97% of the elements out of 604 are...