Nitin Rai
Nitin Rai
You guys might wanna check out https://github.com/imneonizer/autolycus
I am using this pytorch container: `nvcr.io/nvidia/pytorch:20.12-py3` Had to make changes to make the code run but at the end this is what i see ```` Test loss: nan, accuray:...
I am using https://github.com/Holmeyoung/crnn-pytorch It worked for me
While creating the lmdb dataset, script loads the image file as binary so change the `with open('image/path/file.png', 'r')` to `with open('image/path/file.png', 'rb')` this will read the file as bytes instead...
> I'm sorry if I'm off topic here, but is it possible to have just one progress bar that accounts for the execution of all of the workers? > >...
````bash nitin@thinkpad:~/home/pyflame$ ./pyflame -v pyflame 1.6.6 linux-gnu x86_64 (ABI list: 26 36) ```` i built pyflame from source same error with me, i guess i am using anaconda's python distribution...
i am also trying to install on agx-xavier, unable to build pyflame so far, see my error here #179
> Hi, if you look at high level architecture design doc in README.md you will see that screen sharing session is started in renderer process that does not have a...
@yueyihua Use https://github.com/linghu8812/nanodet to export the model.
Since there is no option to create issues, I just have a question how to do multi GPU training using tflite model maker ? https://github.com/tensorflow/examples/blob/master/tensorflow_examples/lite/model_maker/core/task/object_detector.py#L73-L75