-
Hi, I've applied pagination in st.columns. it appears fine but clicking once doesn't change pages. it needs to tab twice. could you give some help please?
```
def display_page_content(sorted_files…
-
@LenevJ please review the design on the pages that have been made.
-
Could you please add in the readme a section crediting the creators and grants that made Loghi possible?
-
We analyze zipped ETL trace files which contain included NGEN pdbs in an automated pipeline. In order to give the location info of those NGEN pdbs to SymbolReader we use the source server style syntax…
-
Hi,
not sure what I'm doing wrong, but I am trying to use a minimal example of rendering trees using ete3 version `3.1.2`.
```python
from ete3 import Tree
t = Tree( "((a,b),c);" )
t.show()
…
-
After running below script
python3 deploy/python/infer.py
--model_dir=output_inference/picodet_lcnet_x1_0_layout/
--image_file=./docs/images/layout.jpg
--device=CPU
Error msg
batch_size: 1
…
-
From a discussion with @nikhil153 today.
- The user would specify both a `DATASET_ROOT` and a `CODE_ROOT` (for example). The code directory should have a structure that mirrors the dataset structure,…
-
File "", line 1, in
text_hidden = processing_text(text_list[:max_len])
File "", line 103, in processing_text
out = rnn_infer.predict(label_list)
File "C:\Users\shiqiang42\Desk…
-
## Checklist before submitting a feature request
- [x] I have reviewed [CONTRIBUTING.md](https://github.com/opencaesar/oml-vision/blob/master/CONTRIBUTING.md) document
- [x] I have done a quick se…
UTNAK updated
1 month ago
-
Thanks for excellence repo.
I have read the tutorial for table recognition, but in tutorial only provide the table recognition. I know if want to recognize table(OCR), you must detect region of tab…