Zeit42
Zeit42
I have an excel file I'm trying to loop through. So far, I'm able to navigate to the worksheet I have to work on. I'm currently trying to loop through...
Is there a TensorFlow-Lite version of this? I notice that the pre-trained models are checkpoints, is there a way to freeze the models to a TF-Lite model, and use that...
Will you eventually do a Java version of the tflite example?
I'm trying to upload a file to my OneDrive using PHP. I've registered in Microsoft Azure and set the following permissions: - Files.Read - Files.ReadWrite - Files.ReadWrite.All - Sites.ReadWrite.All -...
I'm trying to install it in NVidia's Jetson Nano. But when I run the `make clean all` line, I get this error: > immintrin.h: No such file or directory >...
Not so much a bug or an error report, but more of a feature request. If it's possible to have the labels in the kitti labels format? A reference exists...
Just for a little of background, I trained a custom object detector model using your `train.py` code. After that I tested it on `inference.py`, I filled out the necessary terminal...
After installing PyTorch using your guide, I proceeded to install torchvision. I followed the repo you linked and I used the following commands: > cd ~ > mkdir torchvision_install &&...