-
I use Yamagi to play Quake 2. My computer is an x86_64 Arch Linux installation
I have taken the code from this repository and compiled it on my computer using the `make` command. When I launch the ga…
-
Hi - thanks for a wonderful tool. I am trying to test it out with a pretrained model from [here](https://github.com/Deep-MI/FastSurfer/tree/master/checkpoints/Axial_Weights_FastSurferCNN/ckpts). Howev…
-
# YOLOv8 Multi-Object Tracking
Object tracking is a task that involves identifying the location and class of objects, then assigning a unique ID to that detection in video streams.
The outpu…
-
As I see that this project uses compute shader, it was supported by OpenGL ES 3.1.
But my environment requires OpenGL ES 3.0. Did it work on OpenGL ES 3.0?
-
I am facing a problem when I run `./darknet detector test cfg/coco.data cfg/yolov4.cfg yolov4.weights -thresh 0.25`
my Cuda version and nvcc version are 10.1.
I compiled the darknet using CMake via …
-
Hi Hugues,
first of all, thank you for releasing the PyTorch Version of your code and especially for the link to your PhD thesis in one of the other issues.
1) I have one question with some cont…
-
Hi,
first of all, thank you for your work, I think it's amazing.
I've a question: let's suppose that I want to verify a model that has been trained on MNIST (let's suppose for simplicity that is…
-
**Describe the bug**
during the following code block in the [basic tutorial](https://starry.readthedocs.io/en/latest/notebooks/Basics/), the error below happened. the entire text of the error is past…
-
hi~
I would like to ask about yolo2_light project
yolo2_light project is very powerful research
If I want to download 8 bit weights, how should I do it?
-
I wonder whether it would be possible to rewrite the logp graphs to marginalize over finite discrete variables, indicated by the user (not necessarily all that are in the graph).
```python
x_rv =…