Results 5 issues of Raichu

Thanks for your creating this great repo! It really helps me understand the implementation details of YOLOv4. Let me ask about the anchor values defined in `config/yolov4_config.py`. https://github.com/argusswift/YOLOv4-pytorch/blob/158ea9223cb57f88d81f60dd894b7be9f1a285f8/config/yolov4_config.py#L168-L185 In my...

Thank you for creating such a great repo! I am trying to implement my chatbot using this library. I want to combine vector search and tree structure. In other words,...

I tried to run the sample notebook (https://colab.research.google.com/github/google-research/scenic/blob/main/scenic/projects/owl_vit/notebooks/OWL_ViT_inference_playground.ipynb), and encountered the following error while running the second cell: ``` --------------------------------------------------------------------------- ModuleNotFoundError Traceback (most recent call last) [](https://localhost:8080/#) in () 8...

Thank you for creating this nice repo! I use this repo every my vim-environment. I am creating a docker environment for neovim. And I want to install some servers in...

Thank you for your nice repo. I want to visualize the result like pictures in your paper. Could you share me the script? Thank you in advance!