-
I'm using this code to get the embeddings of sentences that are in my dataset(I'm using my pretrained model).
`python extract_features.py \
--input_file=/tmp/input.txt \
--output_file=/tmp/ou…
-
Hi, I have a question: how can I extract embeddings from my trained model?
I tried with this
`python extract_features.py \`
`--input_file=/tmp/input.txt \`
`--output_file=/tmp/output.txt \`
…
-
Hi @WaqasSultani and @lrd8715923,
I am a starter on deep learning, I noticed you mentioned to replace C3D feature extraction with I3D or Multifiber or R(2+1)D methods. May I know is there any guide…
-
Hello,
first of all thanks for your great efforts!
Is it possible to extract features for specific boxes? or even fine-tune the f-rcnn based on generated those features. An example case would be…
-
When I run python 2_extract_files.py,it gets the following:
...
Output #0, image2, to 'test/Kayaking/v_Kayaking_g02_c03-%04d.jpg':
Metadata:
encoder : Lavf56.40.101
Stream #0:…
-
Why is my accuracy so low?Looking forward to your reply
------------------------------[Evaluate]------------------------------
Extract Features:
100%|███████████████████████████████████████████████…
-
Unable to determine directionality (in respect to ROIs):
When I go to "Aggregate Boolean Conditional Statistics" I do not have any conditional rule behavior options "facing" the ROIs, only options…
-
Long story short, **extract_features** is not working as expected, it produces a lot of invalid values > [np.nan, np.inf, -np.inf].
Steps to reproduce the issue:
1) Have an input dataframe in the …
-
Hi Timo,
We have been using the Annotation-Tool to create new datasets for training.
The frame extraction takes though particularly long and only uses CPU.
We were wondering first of all if no GP…
-
Hi,
I'm using OpenFE to extract features, but when I transform the data after extracting features, I encounter the following error:
> 'AttributeError: 'tuple' object has no attribute 'tb_frame'…