-
Ran the command
`./imagenet-camera googlenet`
inside
> jetson-inference/build/aarch64/bin
I get this
> imagenet-camera
> args (2): 0 [./imagenet-camera] 1 [googlenet]
>
> [gst…
-
Hey,
first of all,I totally like your software. But I need your help, maybe you have an idea...:
I´m trying to get the measurements of the area which I already classified as stroma or tumor.
Maybe …
-
Implement the preprocessing of the data.
-
Residual Network for texture classification on 2D images. This should be more effective compared to ImageNet.
-
var features = ml5.featureExtractor("MobileNet", modelReady);
var classifier;
var img;
function modelReady()
{
console.log("Model ready!");
…
-
hi @shamangary
我用我自己的数据集,训练。在测试集上的结果很差,只有14%,而且发现dense_2_acc 不提高,最高到19%。如果,我不用center_loss,在测试集上的准确率有50%。
![2018-05-27 6 14 57](https://user-images.githubusercontent.com/6815071/40592523-0fdd8066-62…
-
Hi, thanks for this nice plugin.
I just tried to use your ARKitExample code with a ARKitFaceTrackingConfiguration. It basically seems to work and I also initially get the right image classification…
-
**Describe the bug**
Hello
I'm testing GIS4WRF on Linux Unbutu 18.04. I try to reproduce the tutorial with my own domain definition but with the same dimension center point long: 6.7 lat: 45.6.
M…
-
**System information**
- OS Platform and Distribution: Linux Ubuntu 16.04
- Mobile device: OnePlus 3, One Plus 5 and Pixel 2 XL
- TensorFlow Lite version on Android: 0.0.0-gpu-experimental
- Have …
-
@MaybeShewill-CV, I am training Korean, and I got 4 errors. What should I do?
1.AttributeError: module 'tensorflow' has no attribute 'data'
So, I changed to tf.contrib.data.
(I referred to this…