Mazin-Hnewa / MS-DAYOLO

Multiscale Domain Adaptive YOLO for Cross-Domain Object Detection
MIT License
61 stars 6 forks source link

Can we get the python version of this code? #4

Open tilahun12 opened 2 years ago

Mazin-Hnewa commented 2 years ago

We implemented our method based on Darknet (Official software of YOLOv4) which is written in C. So, it is hard and takes time to rewrite the code in python.

darkhan-s commented 2 years ago

We implemented our method based on Darknet (Official software of YOLOv4) which is written in C. So, it is hard and takes time to rewrite the code in python.

@Mazin-Hnewa is it possible to specify which parts of the code were essentially modified from the official Darknet repo? I would love to experiment with this architecture in my paper, but I cant read C sadly

Mazin-Hnewa commented 2 years ago

It is hard to specify because we made many changes in Darknet code (detector.c, netwrok.c, parser.c, darknet.h) and wrote new codes for grl and dc layers