I am facing an issue converting my custom YOLOv4-tiny (Darknet) model for AmebaPro2 using the web converter tool.
Problem: When I upload my .zip file, the website either loads indefinitely or returns a 403 Forbidden error (after multiple retries). However, if I try uploading a .pt file (YOLOv7-tiny), it uploads and converts successfully. This suggests my network/browser is fine, but the server rejects my Darknet zip file.