Marco Vanossi
- Total activity 501
- Last activity
- Member since
- Following 0 users
- Followed by 5 users
- Votes 1
- Subscriptions 200
Posts
Recent activity by Marco Vanossi Sort by recent activity-
Can't drag preview scene all the way to the top
After you draft (ctrl+space) the scene all the way up after a certain position Lens Studio shift the Scene back to a small zoom.
-
Face crop texture
Hi! I'm trying to display the half left of a face. But no matter how I try it looks like the image is always aligned to the center. Even if I tell choose the alignment to left or right. thanks
-
SnapML and Landmarks lenses
Hey, How could I suggest that 2 new lenses I made using the new Lens Studio 3.0 features be featured? I sent an email but idk if the address works. thanks
-
Change background preview image while recording
There's some bug happening there. Video asks to save as soon as I switch background image on preview but lens UI says it's still recoding. Just start recording and try switching the background...
-
Brows lowered event incorrect
Hi, When you raise your eye brows it correctly fires "BrowsRaisedEvent". But if you keep your eye brows raised it incorrectly fires BrowsReturnedToNormalEvent :( Sample code. var event = sc...
-
Run model at every "face" frame update
Hi! I'm running mlComponent.runScheduled(true, MachineLearning.FrameTiming.Update, MachineLearning.FrameTiming.OnRender) but it runs the model at every frame update. I have a Face Crop Texure s...
-
SnapML review time
Hi! I just submitted my first SnapML based lens and I noticed review is taking longer than usual for lenses without SnapML. How long will it take? thanks
-
SnapML set channel scale and bias programatically
Hi, On this sample var inputBuilder = MachineLearning.createInputBuilder(); inputBuilder.setName("input.1"); inputBuilder.setShape(new vec3(224, 224, 3)); var inputPlaceholder = inputBuilder.b...
-
Tensorflow optimize step breaks model
If I run the freeze graph code provided and try to import on Lens Studio I get this error if I then try to run the optmize code provided I get a new error This also happens with the mobil...
-
string input on SnapML instead of array
Hi, My model requires a string (byte array) as input. I tried everything to convert this model input to array but it's really hard. So my next approach would be to try SnapML scripting to conver...