Alexandre dos Santos
Alexandre dos Santos
Same problem!! ``` (base) c:\labelImg>python labelImg.py labelImg.py:200: DeprecationWarning: an integer is required (got type DockWidgetFeatures). Implicit conversion to integers using __int__ is deprecated, and may be removed in a future...
> It gives an error about your "obj.cfg" file, not about the weights. Just provide the full path to the "obj.cfg" file. Thanks @jwijffels works: ``` yolo_v3_my_weights
> What have you trained, a classification model or an object detection model? Which were your labels that you used for training, which version of darknet did you train the...
Thanks @georoen !!! I will try and give feedback here!!
> Have you had any luck on your end @Leprechault ? I'm in precisely the same situation and was looking to use my python trained object detection model (yolov3) in...
> You can use repo https://github.com/AlexeyAB/darknet that shows Loss & mAP chart during Training: >  The command `./darknet detector demo ... -json_port 8070 -mjpeg_port 8090` works very well, but...
> I found one solution here : https://github.com/Jumabek/darknet_scripts/#how-to-plot-yolo-loss > > You basically need to save the output of `./darknet detector train ` into a log file and then `python plot_yolo_log.py...
> Ok, thank you. So, no one, that you know, has already made a code that parse that result.txt file? I try go get the mAP in txt using `./darknet...
Sorry @edzer, I will think that some combination of functions like `coord_sf()` , `coord_equal()`, etc., maybe help in my solution, despite `ggplot2` and `raster`as possible issues too. If you consider...
For me, it doesn't work: ``` reticulate::py_run_file('/home/fores/anaconda3/envs/myyolov8/GEE_auth.py') Error in py_run_file_impl(file, local, convert) : ModuleNotFoundError: No module named 'StringIO' Run `reticulate::py_last_error()` for details. ``` and in my ` GEE_auth.py`file I have:...