Jonathan Samelson
Jonathan Samelson
Unfortunately no... In the meantime I relaunched a new training.
In case it helps, I also got this exact error using Linux with a Tensorflow container (2.3.0rc0). Both with `convert_rt.py` and `convert_tflite.py` However, I executed `save_model.py` on another machine and...
Hi @artcontr , I'm not working on fish counting but on traffic counting, so I'm not sure it will help you but in case it does, here are the parameters...
Hi, I got exactly the same error and did just like you, thank you! in `anaconda3\lib\distutils\util.py`, I commented those lines to make it work: ``` def convert_path (pathname): """Return 'pathname'...
We encountered the same issue. To solve it the host had to load the game save and resume the game. Then he saved the game and opened the server again....
Hi, I just tried this fork and as I get a big number of FP and FN, my MODA results in numbers greater than 1, not sure it's normal according...
Sorry, please see my previous edited post. There's this 1-... that doesn't seem to be taken into account in your formula. Just like for MOTA and MODA, I believe it...
@jingyanwangms Thanks for your answer. No, it works well with the model available at `vision/object_detection_segmentation/yolov4/model`, I guess that the postprocess functions are meant to work with those outputs.
@ravimashru Thanks. Do you see any reason why I have a shape that is so different even though I have the same model input size (416)? Could it be related...
I did not create the model in Tensorflow but instead converted the .weights file after training on Darknet. Here is the [notebook](https://github.com/onnx/models/blob/master/vision/object_detection_segmentation/yolov4/dependencies/Conversion.ipynb) I used for conversion. Can you try to...