PeterQuinn925
PeterQuinn925
The error msg says it can't open yolov31.weights. Do you have this file? The command line shows you're using yolov3.weights. Something's not right here.
Yeah, but the error msg you posted says it's looking for yolov31.cfg. That's kind of odd.
I don't have a clue as to why it's happening, but I have a suggestion on how to debug it. You can get the source and compile the Jevois code...
Do you have train.txt where your .data file says to find it?
check the path. Make sure it's got the right / or \ for the path in windows or unix. Try using a full path for it.
Can't something like sun_altitude be used for this? I mean sun_altitude>0 is day, otherwise night. Or add some other choices for twilight.
Is there documentation somewhere that says what version of weewx is currently supported? I'm still running 3.5 (it wasn't broken) but with my forecast stuff breaking with the WU API...
Thanks. I installed the current forecast.py version and in the processes screwed somethings up. I switched it to NWS forecast and fixed my screwups and it's all good now. When...
Similar situation - looking for pointers Hi, I'm a homeowner with a power meter. I'm storing the power data timeseries once a second into a database. I want to disaggregate...