-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[darknet] ready for yolo_v4 #11037
[darknet] ready for yolo_v4 #11037
Conversation
7ffc217
to
66c3c07
Compare
Is the file to be downloaded large? |
They are between 120MB and 260 MB each. Unfortunately those hosted on gdrive have the problems described above. I still wanted to put the links in the portfile, so that advanced users have all the informations ready. |
@JackBoosY upstream we already changed the hosting mechanism. Now problematic downloads are managed through GitHub release. I think the PR should be ready for merge |
The error in CI seems unrelated |
@cenit Yes, they are not related. |
@JackBoosY please let me know if this pr can be merged or requires other modifications |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@cenit Let me solve the llvm:x64-linux regression first. |
Testing... |
Any ideas? I think this issue is not related to this PR. |
the |
did you rebuilt everything from scratch? Unfortunately the cmake 3.17.2 upgrade should trigger a full rebuild also on users, so the "abi check" proposal I saw somewhere to determine update might become very relevant! |
@cenit Rebuild all related ports using cmake 3.17.2 result: same error. |
which triplet was that? Also which features combination were you testing? Looks like a combinations of OpenCV with cuda and darknet without, is it right? Can you please try this PR on top of #11130? I suppose that PR fixes also this problem. In that case, we will have to wait also for #11130 before merging this :( |
@cenit Building |
cdefef4
to
8f7c3de
Compare
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
Will re-test features after #11130 merge. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
…cenit/darknet_yolov4
Testing... |
Pass all features tests in |
wonderful news. |
Ping @strega-nil for merge this PR. |
Thanks @cenit (and @JackBoosY of course!) |
update the darknet port to get ready for Yolo v4 :)
old note, now fixed:
at the moment, some large files hosted on GDrive are commented because GDrive itself does not let you download files from CLI with normal syntax, so advanced users should download them manually after installation.The required structure for CLI download should bewhereFILEID
can be extracted from the commented download paths (which is the working one in a browser) andFILENAME
s are written in the snippets. Similarly, SHA512SUMs are correct even if commented out. The snippet works on bash but I cannot do it in a portable way (I don't know an equivalent Powershell snippet for now).Since the YoloV4 public release already happened, I didn't want to stop the update here only because of secondary files.Any suggestion?