Antti Rytsölä

Results 20 issues of Antti Rytsölä

Seems Google has changed the address from /javascript to /js

markdown

pr/151 was never merged as it was unclear whether perl would mixup file pointers with multiple config subdirs. After testing (my) perl didn't seem to mix up, so I just...

This does not work as expected. If os.system(cmd) does not find ffmpeg no exception is thrown. See relevant [SO](https://stackoverflow.com/questions/12373563/python-try-block-does-not-catch-os-system-exceptions) output_filename = output_dir / video_file.name Path(output_filename).mkdir(parents=True, exist_ok=True) try: cmd = "ffmpeg...

Inference.py uses opencv for frame extraction, where VideoCapture::read might actually process all frames, as far as compressed videos have individual frames. Default frame_extraction.py uses ffmpeg (if found), and ffmpeg default...

![image](https://user-images.githubusercontent.com/63459645/234277692-3d4aa21d-296d-40bb-b2af-a9a1c99d4fb3.png) According to [this post](https://datascience.stackexchange.com/q/90324/144648), is needed: strategy = tf.distribute.MirroredStrategy() with strategy.scope(): It is still not enough. File "/home/rac/slomo/multifix/super-slomo/train.py", line 207, in train_step * loss_values = loss_obj.compute_losses( File "/home/rac/slomo/multifix/super-slomo/models/losses.py", line...

Save weights at the end of each Epoch. Next, save both weights and checkpoint at every 10%

Original code would potentially wipe out tmp -named directory on destination video's folder. Luckily the inference crashed on unknown file formats and I didn't lose my .. stuff..

Name Version Build Channel _libgcc_mutex 0.1 main _openmp_mutex 5.1 1_gnu _tflow_select 2.3.0 mkl absl-py 1.3.0 py38h06a4308_0 aiohttp 3.8.3 py38h5eee18b_0 aiosignal 1.2.0 pyhd3eb1b0_0 appdirs 1.4.4 pyhd3eb1b0_0 astor 0.8.1 py38h06a4308_0 astunparse 1.6.3...

I thought how nice it would be to be able ask to save all my bookmarks in internet archive. Slowly, of course, to not overburden the servers. Another feature, to...

Use go install instead. See [more](https://go.dev/doc/go-get-install-deprecation) go install github.com/trinhdrew1418/gphotos-cli@latest goes forward but crashes in missing google.golang.org/api/photoslibrary/v1 ( see another issue )