-
Notifications
You must be signed in to change notification settings - Fork 572
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
2 different yolov4-tiny configs #165
Comments
I went through the implementations of |
yes, due to original implementation of |
Thanks your your answer! |
@WongKinYiu Hello WongKinYiu, I am using your repo to load darknet weights and export them into ".wts" format so I can parse and load them into TensorRT. Unfortunately I can not load my darknet networks because
Can you help? I don't need execution or training in pytorch - I only want to load the network to export the correct weights into a new format, similar to this: https://github.com/tjuskyzhang/Scaled-YOLOv4-TensorRT/blob/master/yolov4-csp-tensorrt/gen_wts.py |
Similar issue: tjuskyzhang/Scaled-YOLOv4-TensorRT#5 |
pytorch 1.9 is ok? |
Hi!
I am currently going back and forth between this repository and your other repository PyTorch_YOLOv4.
I am a bit confused as to how your tiny configs came about. I saw that the config in this repository is the same one as the one in the original Darknet repository. The fields for
group_id
andgroups
are not implemented in this repository, nor in the PyTorch_YOLOv4 repository.So basically my questions are:
Thanks by the way for your great repository! Helped me out a lot so far!
The text was updated successfully, but these errors were encountered: