-
## Current Behavior
### Steps to Reproduce
1. Install and initialize system-wide Anaconda. "`(base)`" should be active on new bash instances.
1. Install `pyenv` after Anaconda, so that pyen…
-
## Need
In the core metadata specification originally set out in [PEP 621](https://peps.python.org/pep-0621/) there is the possibility of marking fields as "dynamic", allowing their values to be de…
-
### 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…
-
### Search before asking
- [X] I have searched the YOLOv5 [issues](https://github.com/ultralytics/yolov5/issues) and [discussions](https://github.com/ultralytics/yolov5/discussions) and found no si…
-
I wanted to ask if anyone has tested SegNet implementation on Pascal VOC 2012 and has gotten good results? I even trained it for only 20 images and still get very bad results (almost worse than random…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Bug description
Hello DeepLabCut!
I've been observing little variation of my training results when I starte…
-
Given a `test()` in a `within()`,
```
within('/home/vagrant/app1/current') do
if test '[ -e tmp/pids/server.pid ]'
execute :kill, '-INT', 'tmp/pids/server.pid'
end
end
```
Does it make sens…
teohm updated
10 years ago
-
Thank you for the great code! I have implemented your code and I am using my own dataset on it. The validation part takes significantly Longer than the training and fails to return without any error (…
-
the gt bounding-box format cx, cy, w, h angle, all of the five values are the rotated images corresponding parameters?
and the angle is definition is the follow:
![11](https://user-images.githubuser…
-
I found that int16->float32 conversion in PyTorch is at least 3x slower than in NumPy.
How can we properly measure wall clock time ("real" time) when using multi-threaded code?
Is there a context …