-
@davidsandberg
Thans for you share your FaceNet work.
Now I consider hardwar . In your FaceNet paper, the FLOPS is 1.6B on NN2. I wants to know the FLOPS and param on Inception-ResNet-v1. Do you …
lsx66 updated
5 years ago
-
-
(evn_hello) D:\tensorflow1\models\research\object_detection>python train.py --lo
gtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_ince
ption_v2_pets.config
Traceback (m…
-
I am trying to run the emotion detection on the `Jetson Nano`
Trying to increase the inference speed of the model by trying to convert it into `TENSORRT` with the guidance of [tf_to_trt_image_class…
-
I just used the fine-tune example, but changed to resnet.
These are my commands.
```
1 DATASET_DIR=../data/Logos/VOC-Logos/tfrecords/
2
3 TRAIN_DIR=./log/
4 CHECKPOINT_PATH=../SSD-Tens…
-
(sample) C:\sample\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most recent cal…
-
(tensorflow1) C:\tensorflow1\models\research\object_detection>python train.py --logtostderr --train_dir=training/ --pipeline_config_path=training/faster_rcnn_inception_v2_pets.config
Traceback (most …
-
Hi, could you please help me with the following error:
I'm trying to convert Inception Resnet V1 model (https://github.com/timesler/facenet-pytorch) to RKNN format following this example https://gith…
-
I am experiencing an issue when running the 'train.py' command.
This error keeps reoccurring:
File "train.py", line 52, in
from object_detection.builders import model_builder
File "C:…
-
Hi,
Currently inception_resnet_v1 is used to train facenet,
I notice definition for inception_resnet_v2, and nn2, nn3, nn4 are also provided.
Is currently inception_resnet_v1 providing best per…