Gilbert Tanner
Gilbert Tanner
I added code to sort the stages when calling `${this._baseUrl}/project/${projectName}/sequences/filter` to allow us to use the `metadata` object in the `ktb-sequence-view.component.ts` to get the available sequences. The sorting however doesn't...
What to you want to convert it to? This repo is specially made for converting a markdown file containing tex into a markdown file that can be displayed in github
I'll try to remove the dependency on Git if I have time for it. Doesn't look like a small task, since most of the code is really heavily focused on...
I'm actually facing the same issue, eventhough most other scripts seem to work without any problems
It is certainly possible to convert a model trained with the OD API to Tensorflow Lite. You can find an example in my [Tensorflow-Lite-Object-Detection-with-the-Tensorflow-Object-Detection-API Repository](https://github.com/TannerGilbert/Tensorflow-Lite-Object-Detection-with-the-Tensorflow-Object-Detection-API). There is also an [official...
You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop over all the png...
> > You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop over all...
> > > > You can use my [`detect_from_image.py` script](https://github.com/TannerGilbert/Tensorflow-Object-Detection-with-Tensorflow-2.0/blob/master/detect_from_image.py) for this and pass the path to the folder containing the 50 images via `--image_path`. The script will then loop...
Just used it inside on of my repositories and it seems to work fine.
Actually I'm now also experiencing problems. I updated a markdown file called README.tex.md and it didn't run the convertion to README.md