-
I have trained a new tiny-yolo model whose input size is 608 on coco dataset.
Hence I have changed the line below
**super(assetManager, "mymodel.tflite", "coco.txt", 608);**
also changed
**mOutW…
-
Can I load .weights file that I found online into my own model? If, yes can someone provide with a snippet of code how to do that?
I have been used to doing it this way using `.h5` files, but now s…
-
**Describe the bug**
I trained the YOLOV8Detector model in Kerala CM, then I converted it to saved_model format and then converted it to ON format.
If I convert a model without decode_prediction, ev…
ksv87 updated
8 months ago
-
Hey,
I'm getting this error:
Init node conv1/kernel/Assign doesn't exist in graph
When trying to freeze a model using your library and guide.
This happens even on the asset/yolo-model...
Any …
-
I am running the notebook YOLO example of TLT Version 2 release in the tlt docker. I have successfully trained, pruned, and retrained the YOLO-restnet18. The results of FP32’s are fine but when I exec…
-
Hi,
thanks for sharing your code, which helps a lot.
But there is a problem that when we run the train.py, three ckpt files are saved. But how can we run these model files to test perfor…
-
WARNING:tensorflow:From D:\anaconda\anacondainstall\lib\site-packages\tensorflow\python\framework\op_def_library.py:263: colocate_with (from tensorflow.python.framework.ops) is deprecated and will b…
-
谢谢作者
使用本代码需要什么版本的tensorflow。支持tf 2.x版本吗?
使用YOLO v4可以了吗?效果如何?
万分感谢
wsypy updated
4 years ago
-
as title described.
-
Just for completness, could add the description of valid_anchors_wh and num_classes (although num_classes is intuitive)
https://github.com/ethanyanjiali/deep-vision/blob/6765dfcc36f209d2fded00fb11c…