Azeem Iftikhar

Results 4 comments of Azeem Iftikhar

- You will need to label the data with classes listed [here](https://github.com/microsoft/table-transformer/blob/16d124f616109746b7785f03085100f1f6247575/src/inference.py#L53) - The data format needs to be in Pascal VOC, methods to output annotations in this format are...

You will need to resize the bboxes. You can use the following formulas: `old_width > size of your cropped image` `new_width > size of your original page image` (same goes...

Dis you try this as mentioned in logs? > Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to > the maintainer.

There is likely a duplicate implementation of this method `__folly_memset` in both [FollyMemset.cpp](https://github.com/facebook/folly/blob/main/folly/FollyMemset.cpp) and [memset-advsimd.S](https://github.com/facebook/folly/blob/main/folly/external/aor/memset-advsimd.S), not sure but maybe it should not be implemented [here](https://github.com/facebook/folly/blob/main/folly/FollyMemset.cpp) or not marked extern. It...