-
I would be interested in using pytorch as a backend for xarrays - because:
a) pytorch is very similar to numpy - so the conceptual overhead is small
b) [most helpful] enable having a GPU as the und…
-
Nice implementation!
I thought that Mamba was somewhat recurrent, like keeping an internal state and then outputting one token at a time. But your code shows that for each new output token, the ent…
-
What about uploading a folder with sample images to the repository, in order to allow quick start when cloning it?
Also, I was a bit confused by the dataset format and how it's read. It's OK if we …
-
I recently noticed a significant ringing in the residuals of fits to very bright galaxies simulated with galsim.
I intially thought that mono was not the culprit, but it seems that the proxes are ma…
herjy updated
3 years ago
-
Hello, How are you. First Thank You For Fast Replay on The Issue Thanks alot. You got Me Every Time on The Track.
My Question today is on architecture and Design you say on paper " you first empl…
-
# 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…
-
### Search before asking
- [X] I have searched the YOLOv8 [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussions) and fou…
-
### Discussed in https://github.com/ultralytics/yolov5/discussions/11874
Originally posted by **ragz4125** July 17, 2023
I want to use another architecture instead of darknet to get features f…
-
@WongKinYiu Hi,
Since CSPDarkNet53 is better than CSPResNeXt50 for Detector, try to train these 4 models:
| Model | GPU | 256x256 | 512x512 | 608x608 |
| :-- | :-: | :-: | :-: | :-: |
| dark…
-
I was having problems with batchnorm layer not converging when using the nvidia version of caffe. This problem did not occur when using the caffe branch.