-
Hi!
Thanks for this great work, it's really interesting. I have a question about the ClickMe dataset used in the paper: As said in the paper, the dataset contains nearly 200000 images. However, whe…
-
It would be good to have data loading support from GCS
- WebDataSet Pipeline
A similar conversion of C4 TFRecords to WebDatasets or a more sequential file access format to let users plug in diffe…
-
### Version
1.40.0.dev20240628
### Describe the bug.
Hi,
I am testing the throughput of DALI (v1.40.0.dev20240628) when reading TFRecords via S3 and I am obtaining unexpectedly poor results.
…
-
I'm trying to make a comparison of different GANs and I was surprised that StyleGAN3 is not using TFrecords as previous GANs, why is that? We are working with 5 channel and 7 channel images, and as fa…
-
新的版本中是不需要把train.txt和test.txt转换成.tfrecords了吗?
baseline_anchors取值范围是怎么定义的呢?我用自己的数据转换出来是0,1之间是可以的吗?
-
Hi,
I found your script works well but created a 32 GB sized tfrecord file (I changed 224 to 299). Is there any official tensforflow way to split it into multiple files with a smaller size each?
…
-
**Is your feature request related to a problem? Please describe.**
Right now the current instantiation of the pipeline only reads TFRecords in a sequential manner as they're read from the filesyste…
-
### 🐛 Describe the bug
Hi,
I have a dataset in TFRecords format and am trying to move to TorchData's API for loading tfrecords files.
This is the minimal example:
```python3
datapipe1 = Iterabl…
-
File "F:/mtcnn EYE/MTCNN/prepare_data/gen_ONet_tfrecords.py", line 87, in get_dataset
data_example['label'] = int(info[1])
ValueError: invalid literal for int() with base 10: '0.8230337078…
-
Hello guys!
I'm configuring the files to make my own training. After successfully installed the tensorflow-gpu, I tested the "object_detection_tutorial.ipynb" with success.
I also create the csv fi…