Return the length of data
| 17 | torch::data::Example<> get(size_t index) override; |
| 18 | // Return the length of data |
| 19 | torch::optional<size_t> size() const override { |
| 20 | return list_labels.size(); |
| 21 | }; |
| 22 | private: |
| 23 | void draw_mask(std::string json_path, cv::Mat &mask); |
| 24 | int resize_width = 512; int resize_height = 512; |
nothing calls this directly
no outgoing calls
no test coverage detected