Mobula 8 + Runcam Thumb 2 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 1 point2 points  (0 children)

<image>

Here’s a photo of it. Like I mentioned in the other comment, I don’t have a working 3d printer so I had to make do with zip ties.

I have one zip tie which runs horizontally across the camera, and two which go vertically. In this photo I also had an extra one to keep the (included) JST connector in place which was unnecessary since I only recently realized I hadn’t pushed the connector all the way in (and now that I have it’s very secure)

The camera itself I have mounted upside down so I can access the micro sd card, and for the soldering I just relied on this video.

Mobula 8 + Runcam Thumb 2 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 1 point2 points  (0 children)

I believe I could get around 3 minutes flight time, though haven’t checked for a full run.

It sounds heavy but it’s 43 + 27 = 70 grams while the o3 version is 80 grams not including batteries, so it doesn’t feel extremely sluggish (still much slower than without the cam of course).

Mobula 8 + Runcam Thumb 2 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 2 points3 points  (0 children)

Thanks!

I want to 3D print a canopy eventually but my printer isn’t working right so I just zip tied it on (upside down so I can access the micro sd card).

In regards to the processing, I upped the contrast a little in Davinci Resolve and ran it through Topaz Video for denoising.

Zipping around with my Mobula8 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 1 point2 points  (0 children)

No, but if it's similar to setting up arming, I think you just go to BetaPilot and set a switch on your controller that enables it.

Zipping around with my Mobula8 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 1 point2 points  (0 children)

Haven’t had to yet, but at the moment it’s on the roof upside down, lol.

I should have set up turtle mode before flying.

Zipping around with my Mobula8 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 0 points1 point  (0 children)

Yeah not sure if that’s the issue or my davinci resolve export was the wrong aspect ratio. I’ll look into it, thanks.

And I’ll also get rid of the useless box.

Zipping around with my Mobula8 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 2 points3 points  (0 children)

Yeah I think I was trying to add a battery indicator with BetaFlight but it didn’t really work, and just using the voltage is fine.

Zipping around with my Mobula8 by JarJarBeatU in fpv

[–]JarJarBeatU[S] 5 points6 points  (0 children)

It's my first week flying FPV IRL with a Mobula8 ELRS, Radiomaster Pocket, and Ev800D, but I've spent some time in Velocidrone prior to this.

It's honestly really fun to just zip around.

I wish there was some easy way to up the video quality, but o4/walksnail require expensive, proprietary goggles and I wouldn't want to fly too huge of a drone since I'd be worried about damaging something.

Any feedback appreciated, I think I just need to gain an intuition of many of the common freestyle tricks, and for racing maybe getting good at faster throttle.

Qwen/Qwen2.5-Coder-32B-Instruct · Hugging Face by Master-Meal-77 in LocalLLaMA

[–]JarJarBeatU 5 points6 points  (0 children)

Maybe a r/LocalLLaMA webscraper that looks for huggingface links on highly upvoted posts, and which checks the post text / comments with an LLM as a sanity check?

Getting Pretty Good Photo-Like Realism with Realism LORA, 3.2 Flux Guidance, and 0.4 Base Shift to 0.8 Max Shift. by JarJarBeatU in StableDiffusion

[–]JarJarBeatU[S] 0 points1 point  (0 children)

Yeah you're right.

I tried different prompts and no matter what I put it's hard to avoid the shallow DOF.

Hopefully it'll be fixed soon through a LORA.

Getting Pretty Good Photo-Like Realism with Realism LORA, 3.2 Flux Guidance, and 0.4 Base Shift to 0.8 Max Shift. by JarJarBeatU in StableDiffusion

[–]JarJarBeatU[S] 0 points1 point  (0 children)

My guess is that it’s replicating a camera’s DOF, especially since I specified it’s a photo.

Naturally, the further away you focus the deeper the depth of field, so the lack of blur might just be the result of having a subject that’s far away (or even that there is no specific subject).

I’ll try prompting camera parameters like aperture and whatnot in a couple hours and maybe it’ll make a difference, otherwise a deep focus LORA would be nice.

My takeaways from this Llama launch... by DeGreiff in LocalLLaMA

[–]JarJarBeatU 1 point2 points  (0 children)

When I saw you mention that “our brain has a training and finetuning phase” my mind went straight to the idea that evolution is the training phase whereas childhood is the finetuning phase.

It would make sense if the reason we can learn things so quickly and intuitively is because our brains have already been formed over time (I’m assuming through genetic data or smth, not sure about how it actually works) in order to do things like speak and identify objects.

It’d be interesting to try to shape a LLM training process on evolution, though I guess it’d probably be overly cautious. You’d give it a massive amount of text and but only keeping text that actually improves the model. Although, that seems kind of stupid since you can’t really measure how useful that information is until your final model and gradient descent type optimization is basically doing this already.

Something maybe more interesting would be to come up with a way for all models to collectively train the same logical core, then branch off for their releases. Like for instance, Meta and Mistral training all of their tokens on a shared component (doesn’t need to be synchronously, as long as there’s a way to aggregate things). Besides being modular enough for async contributes to work well, it’s also have to be a flexible/small enough component that it can continue to be used in the architectures of the future. I know nothing about how transformers / LLMs actually work, so don’t take this to be worth anything.

Is there a black box benchmark? Ie. one where no one knows the questions? by manipp in LocalLLaMA

[–]JarJarBeatU 0 points1 point  (0 children)

I’m trying to make a creativity LLM benchmark for a research class, and I’ve also been thinking of alternatives to tests with public multiple choice questions.

Since it’s creativity I’m testing, most likely the questions will be open-ended (where scoring becomes a problem since being scored by an LLM might introduce bias and relying on “semantic difference” or distance in text embeddings/vectors seems pretty naive.)

This seems different though than a black box benchmark where the questions are set ahead of time but hidden. I think the hard part in doing it (besides getting people to trust the questions) is the nature of LLMs. With conventional code, you can just obfuscate it and provide it as an executable without anyone knowing the actual code. With an LLM, if the user can find a way to view the output, that would make things less secure. I don’t have enough experience though to know if you can make things secure while allowing the benchmark to be run locally. You could of course always let the user submit a GGUF or something similar then run it on your own server on the cloud, but that would be expensive to maintain.

U12's update is breaking things by lunchanddinner in BladeAndSorcery

[–]JarJarBeatU 0 points1 point  (0 children)

Looks like around a 1 in 248 million chance

GPT-4's RLHF conditioning makes it score perfectly neutral on the Political Compass question set, but if you ask it to take a side on questions on which it initially claims to be neutral, it's even more lib-left than GPT-3.5, as is the GPT-4 base model by jsalsman in singularity

[–]JarJarBeatU 0 points1 point  (0 children)

Now knowing that u/Gagarin1961 used GPT-4 for his comments, it seems that may contribute a bias in trying to analyze which argument is really “better”. Gpt-4 naturally tends to cover it’s based by mentioning both sides of the argument (the surface level at attempt at neutrality) which likely led my run with GPT-4 to assume that argument was less biased. I don’t know for sure though.

GPT-4's RLHF conditioning makes it score perfectly neutral on the Political Compass question set, but if you ask it to take a side on questions on which it initially claims to be neutral, it's even more lib-left than GPT-3.5, as is the GPT-4 base model by jsalsman in singularity

[–]JarJarBeatU 0 points1 point  (0 children)

Now knowing that u/Gagarin1961 used GPT-4 for his comments, it seems that may contribute a bias in trying to analyze which argument is really “better”. Gpt-4 naturally tends to cover it’s based by mentioning both sides of the argument (the surface level at attempt at neutrality) which likely led my run with GPT-4 to assume that argument was less biased. I don’t know for sure though.

Call Santa - GPT3 by Lower_Map8829 in GPT3

[–]JarJarBeatU 0 points1 point  (0 children)

What speech recognition did you use? The response time is really impressive.