Seokyun Ha
Seokyun Ha
In the README.md, c2e categorize the input cubemap's format, 'dice' (default), 'horizon', 'dict' and 'list'. But, there's no further explain about that format because i guess there's no formal sentence...
This code works well on taking photos and shooting video. For streaming, there's some troubles to operate(ex: ffmpeg) but, I do the task! But, I got new problem about streaming...
https://github.com/ChiWeiHsiao/SphereNet-pytorch/blob/15e926cf3917a297171833e1fc2f9de9199efa62/spherenet/sphere_cnn.py#L11-L28 I have a simple question for your code. In the sphereNet paper, they defined a kernel pattern as below  However, your code in line 20, the center is...
Dear, ChiWeiHsiao I'm happy to see your implementation of sphereNet. After read your code, I found that there's no block of codes about 'uniform sampling' in original paper. Is that...
I downloaded this code and run in python 3 in vs code. but, there're many compile error because of no function(raw_input) in python 3 and some changes in packages(cPickle). So,...
 https://istio.io/latest/docs/reference/config/istio.operator.v1alpha1/#IstioComponentSetSpec When I read above document, it was hard to think the components of IstioOperator deploys when it's enabled I want to fill out the descriptions for some fields....
https://github.com/delta-io/delta-docs/issues/41 `delta.checkpointInterval` property is missing on [properties table](https://docs.delta.io/latest/table-properties.html). I referenced the `CHECKPOINT_INTERVAL` variable from delta github code. ⬇️ https://github.com/delta-io/delta/blob/12efca46ba31ce89164469c0bad110b69e291a73/spark/src/main/scala/org/apache/spark/sql/delta/DeltaConfig.scala#L390-L396