-
In next fragment:
```
err = zipWith subtract it (drop 2 fibo)
[-1.0,0.5,-0.3333333333333339,0.1999999999999993]
predict1 it
-0.1333333333333331
21.125 - 0.1333333333333331 = 20.9916666666666…
-
This issue thread will consist of all the edits that need to be made to improve existing Coding Club tutorials!
-
Hi,
When trying to evaluate TAP-IR on TAP-Vid Kinetics, the reported model accuracy is much lower than reported in the paper.
I tried debugging this, and when visualizing the predictions vs groun…
-
```
pydicom can read JPEG files, but the pixel data remains compressed. Should
investigate incorporating JPEG code to allow at least decompression of read
images.
```
Original issue reported on code.…
-
Can you give a mini-tutorial on how to train this model and use it to predict bounding-boxes, on your own data. (given 20,000 images with bounding boxes, of objects not in ImageNet/coco). Just a few …
-
This evening at dinner … 🍽️
-
I see https://w3c-ccg.github.io/lds-jws2020/ .
This suite support cryptographic agility, see [[RFC7696](https://w3c-ccg.github.io/lds-jws2020/#bib-rfc7696)]. This table maps a key type to a subset …
-
```
pydicom can read JPEG files, but the pixel data remains compressed. Should
investigate incorporating JPEG code to allow at least decompression of read
images.
```
Original issue reported on code.…
-
Adjust the trajectory during descent to overfly a target point.
Adjust the final descent to land at the target. Alternatively, look for a suitable (flat) spot nearby - though see issue #15 commentary…
-
Hi,
I usually edit latex code with lots of equation environments and therefore many open and close patterns. LaTeX-Box tries to detect and highlight these patterns, which is a really helpful feature.…